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

A

addCookie(Cookie) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addCookie(Cookie) - interface javax.servlet.http.HttpServletResponse のメソッド
Adds the specified cookie to the response.
addDateHeader(String, long) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addDateHeader(String, long) - interface javax.servlet.http.HttpServletResponse のメソッド
Adds a response header with the given name and date-value.
addHeader(String, String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeader(String, String) - interface javax.servlet.http.HttpServletResponse のメソッド
Adds a response header with the given name and value.
addIntHeader(String, int) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addIntHeader(String, int) - interface javax.servlet.http.HttpServletResponse のメソッド
Adds a response header with the given name and integer value.
APPLICATION - class javax.servlet.jsp.PageContext の static 変数
Name used to store ServletContext in PageContext name table.
APPLICATION_SCOPE - class javax.servlet.jsp.PageContext の static 変数
Application scope: named reference remains available in the ServletContext until it is reclaimed.
AT_BEGIN - class javax.servlet.jsp.tagext.VariableInfo の static 変数
Scope information that scripting variable is visible after start tag
AT_END - class javax.servlet.jsp.tagext.VariableInfo の static 変数
Scope information that scripting variable is visible after end tag
attributeAdded(HttpSessionBindingEvent) - interface javax.servlet.http.HttpSessionAttributeListener のメソッド
Notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - interface javax.servlet.ServletContextAttributeListener のメソッド
Notification that a new attribute was added to the servlet context.
attributeRemoved(HttpSessionBindingEvent) - interface javax.servlet.http.HttpSessionAttributeListener のメソッド
Notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - interface javax.servlet.ServletContextAttributeListener のメソッド
Notification that an existing attribute has been remved from the servlet context.
attributeReplaced(HttpSessionBindingEvent) - interface javax.servlet.http.HttpSessionAttributeListener のメソッド
Notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - interface javax.servlet.ServletContextAttributeListener のメソッド
Notification that an attribute on the servlet context has been replaced.
autoFlush - class javax.servlet.jsp.JspWriter の変数
 

B

BASIC_AUTH - interface javax.servlet.http.HttpServletRequest の static 変数
String identifier for Basic authentication.
BODY_CONTENT_EMPTY - class javax.servlet.jsp.tagext.TagInfo の static 変数
static constant for getBodyContent() when it is empty
BODY_CONTENT_JSP - class javax.servlet.jsp.tagext.TagInfo の static 変数
static constant for getBodyContent() when it is JSP
BODY_CONTENT_TAG_DEPENDENT - class javax.servlet.jsp.tagext.TagInfo の static 変数
static constant for getBodyContent() when it is Tag dependent
bodyContent - class javax.servlet.jsp.tagext.BodyTagSupport の変数
 
BodyContent - class javax.servlet.jsp.tagext.BodyContent.
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyContent(JspWriter) - class javax.servlet.jsp.tagext.BodyContent のコンストラクタ
Protected constructor.
BodyTag - interface javax.servlet.jsp.tagext.BodyTag.
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - class javax.servlet.jsp.tagext.BodyTagSupport.
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - class javax.servlet.jsp.tagext.BodyTagSupport のコンストラクタ
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
bufferSize - class javax.servlet.jsp.JspWriter の変数
 

C

canBeRequestTime() - class javax.servlet.jsp.tagext.TagAttributeInfo のメソッド
Whether this attribute can hold a request-time value.
clear() - class javax.servlet.jsp.JspWriter のメソッド
Clear the contents of the buffer.
clearBody() - class javax.servlet.jsp.tagext.BodyContent のメソッド
Clear the body without throwing any exceptions.
clearBuffer() - class javax.servlet.jsp.JspWriter のメソッド
Clears the current contents of the buffer.
CLIENT_CERT_AUTH - interface javax.servlet.http.HttpServletRequest の static 変数
String identifier for Basic authentication.
clone() - class javax.servlet.http.Cookie のメソッド
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
close() - class javax.servlet.jsp.JspWriter のメソッド
Close the stream, flushing it first This method needs not be invoked explicitly for the initial JspWriter as the code generated by the JSP container will automatically include a call to close().
CONFIG - class javax.servlet.jsp.PageContext の static 変数
Name used to store ServletConfig in PageContext name table.
containsHeader(String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
containsHeader(String) - interface javax.servlet.http.HttpServletResponse のメソッド
Returns a boolean indicating whether the named response header has already been set.
contextDestroyed(ServletContextEvent) - interface javax.servlet.ServletContextListener のメソッド
Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - interface javax.servlet.ServletContextListener のメソッド
Notification that the web application is ready to process requests.
Cookie - class javax.servlet.http.Cookie.
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.
Cookie(String, String) - class javax.servlet.http.Cookie のコンストラクタ
Constructs a cookie with a specified name and value.

D

DEFAULT_BUFFER - class javax.servlet.jsp.JspWriter の static 変数
constant indicating that the Writer is buffered and is using the implementation default buffer size
destroy() - interface javax.servlet.Servlet のメソッド
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - class javax.servlet.GenericServlet のメソッド
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - interface javax.servlet.Filter のメソッド
Called by the web container to indicate to a filter that it is being taken out of service.
DIGEST_AUTH - interface javax.servlet.http.HttpServletRequest の static 変数
String identifier for Basic authentication.
doAfterBody() - class javax.servlet.jsp.tagext.TagSupport のメソッド
Default processing for a body
doAfterBody() - interface javax.servlet.jsp.tagext.IterationTag のメソッド
Process body (re)evaluation.
doAfterBody() - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
After the body evaluation: do not reevaluate and continue with the page.
doCatch(Throwable) - interface javax.servlet.jsp.tagext.TryCatchFinally のメソッド
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doDelete(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - class javax.servlet.jsp.tagext.TagSupport のメソッド
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - interface javax.servlet.jsp.tagext.Tag のメソッド
Process the end tag for this instance.
doEndTag() - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
Default processing of the end tag returning EVAL_PAGE.
doFilter(ServletRequest, ServletResponse) - interface javax.servlet.FilterChain のメソッド
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.
doFilter(ServletRequest, ServletResponse, FilterChain) - interface javax.servlet.Filter のメソッド
The doFilter 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.
doFinally() - interface javax.servlet.jsp.tagext.TryCatchFinally のメソッド
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doGet(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
Prepare for evaluation of the body just before the first body evaluation: no action.
doInitBody() - interface javax.servlet.jsp.tagext.BodyTag のメソッド
Prepare for evaluation of the body.
doOptions(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - class javax.servlet.jsp.tagext.TagSupport のメソッド
Default processing of the start tag, returning SKIP_BODY.
doStartTag() - interface javax.servlet.jsp.tagext.Tag のメソッド
Process the start tag for this instance.
doStartTag() - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
Default processing of the start tag returning EVAL_BODY_BUFFERED
doTrace(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Called by the server (via the service method) to allow a servlet to handle a TRACE request.

E

encodeRedirectUrl(String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to return encodeRedirectUrl(String url) on the wrapped response object.
encodeRedirectUrl(String) - interface javax.servlet.http.HttpServletResponse のメソッド
推奨されていません。 As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectURL(String) - interface javax.servlet.http.HttpServletResponse のメソッド
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call encodeUrl(String url) on the wrapped response object.
encodeUrl(String) - interface javax.servlet.http.HttpServletResponse のメソッド
推奨されていません。 As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeURL(String) - interface javax.servlet.http.HttpServletResponse のメソッド
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
EVAL_BODY_AGAIN - interface javax.servlet.jsp.tagext.IterationTag の static 変数
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - interface javax.servlet.jsp.tagext.BodyTag の static 変数
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - interface javax.servlet.jsp.tagext.Tag の static 変数
Evaluate body into existing out stream.
EVAL_BODY_TAG - interface javax.servlet.jsp.tagext.BodyTag の static 変数
推奨されていません。 As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - interface javax.servlet.jsp.tagext.Tag の static 変数
Continue evaluating the page.
EXCEPTION - class javax.servlet.jsp.PageContext の static 変数
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.

F

Filter - interface javax.servlet.Filter.
A filter is an object than perform filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
FilterChain - interface javax.servlet.FilterChain.
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.
FilterConfig - interface javax.servlet.FilterConfig.
A filter configuration object used by a servlet container used to pass information to a filter during initialization.
findAncestorWithClass(Tag, Class) - class javax.servlet.jsp.tagext.TagSupport の static メソッド
Find the instance of a given class type that is closest to a given instance.
findAttribute(String) - class javax.servlet.jsp.PageContext のメソッド
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
flush() - class javax.servlet.jsp.JspWriter のメソッド
Flush the stream.
flush() - class javax.servlet.jsp.tagext.BodyContent のメソッド
Redefined flush() so it is not legal.
flushBuffer() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to call flushBuffer() on the wrapped response object.
flushBuffer() - interface javax.servlet.ServletResponse のメソッド
Forces any content in the buffer to be written to the client.
FORM_AUTH - interface javax.servlet.http.HttpServletRequest の static 変数
String identifier for Basic authentication.
forward(ServletRequest, ServletResponse) - interface javax.servlet.RequestDispatcher のメソッド
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
forward(String) - class javax.servlet.jsp.PageContext のメソッド
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.

G

GenericServlet - class javax.servlet.GenericServlet.
Defines a generic, protocol-independent servlet.
GenericServlet() - class javax.servlet.GenericServlet のコンストラクタ
Does nothing.
getAttribute(String) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttribute(String) - interface javax.servlet.ServletRequest のメソッド
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - interface javax.servlet.ServletContext のメソッド
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - interface javax.servlet.http.HttpSession のメソッド
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - class javax.servlet.jsp.PageContext のメソッド
Return the object associated with the name in the page scope or null if not found.
getAttribute(String) - class javax.servlet.jsp.tagext.TagData のメソッド
The value of the attribute.
getAttribute(String, int) - class javax.servlet.jsp.PageContext のメソッド
Return the object associated with the name in the specified scope or null if not found.
getAttributeNames() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributeNames() - interface javax.servlet.ServletRequest のメソッド
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - interface javax.servlet.ServletContext のメソッド
Returns an Enumeration containing the attribute names available within this servlet context.
getAttributeNames() - interface javax.servlet.http.HttpSession のメソッド
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNamesInScope(int) - class javax.servlet.jsp.PageContext のメソッド
Enumerate all the attributes in a given scope
getAttributes() - class javax.servlet.jsp.tagext.TagInfo のメソッド
Attribute information (in the TLD) on this tag.
getAttributes() - class javax.servlet.jsp.tagext.TagData のメソッド
Enumerates the attributes.
getAttributesScope(String) - class javax.servlet.jsp.PageContext のメソッド
Get the scope where a given attribute is defined.
getAttributeString(String) - class javax.servlet.jsp.tagext.TagData のメソッド
Get the value for a given attribute.
getAuthType() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAuthType() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the name of the authentication scheme used to protect the servlet.
getBodyContent() - class javax.servlet.jsp.tagext.TagInfo のメソッド
The bodycontent information for this tag.
getBodyContent() - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
Get current bodyContent.
getBufferSize() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to return getBufferSize() on the wrapped response object.
getBufferSize() - interface javax.servlet.ServletResponse のメソッド
Returns the actual buffer size used for the response.
getBufferSize() - class javax.servlet.jsp.JspWriter のメソッド
This method returns the size of the buffer used by the JspWriter.
getCharacterEncoding() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getCharacterEncoding() - interface javax.servlet.ServletResponse のメソッド
Returns the name of the charset used for the MIME body sent in this response.
getCharacterEncoding() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - interface javax.servlet.ServletRequest のメソッド
Returns the name of the character encoding used in the body of this request.
getClassName() - class javax.servlet.jsp.tagext.VariableInfo のメソッド
 
getClassName() - class javax.servlet.jsp.tagext.TagVariableInfo のメソッド
The body of the <variable-class> element.
getComment() - class javax.servlet.http.Cookie のメソッド
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getContentLength() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentLength() - interface javax.servlet.ServletRequest のメソッド
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentType() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getContentType() on the wrapped request object.
getContentType() - interface javax.servlet.ServletRequest のメソッド
Returns the MIME type of the body of the request, or null if the type is not known.
getContext(String) - interface javax.servlet.ServletContext のメソッド
Returns a ServletContext object that corresponds to a specified URL on the server.
getContextPath() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPath() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the portion of the request URI that indicates the context of the request.
getCookies() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getCookies() on the wrapped request object.
getCookies() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns an array containing all of the Cookie objects the client sent with this request.
getCreationTime() - interface javax.servlet.http.HttpSession のメソッド
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getDateHeader(String) - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
getDateHeader(String) - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the value of the specified request header as a long value that represents a Date object.
getDeclare() - class javax.servlet.jsp.tagext.VariableInfo のメソッド
 
getDeclare() - class javax.servlet.jsp.tagext.TagVariableInfo のメソッド
The body of the <declare> element
getDefaultFactory() - class javax.servlet.jsp.JspFactory の static メソッド
 
getDisplayName() - class javax.servlet.jsp.tagext.TagInfo のメソッド
Get the displayName
getDomain() - class javax.servlet.http.Cookie のメソッド
Returns the domain name set for this cookie.
getEnclosingWriter() - class javax.servlet.jsp.tagext.BodyContent のメソッド
Get the enclosing JspWriter.
getEngineInfo() - class javax.servlet.jsp.JspFactory のメソッド
called to get implementation-specific information on the current JSP engine
getException() - class javax.servlet.jsp.PageContext のメソッド
The current value of the exception object (an Exception).
getFilterName() - interface javax.servlet.FilterConfig のメソッド
Returns the filter-name of this filter as defined in the deployment descriptor.
getHeader(String) - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeader(String) - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the value of the specified request header as a String.
getHeaderNames() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaderNames() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns an enumeration of all the header names this request contains.
getHeaders(String) - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders(String) - interface javax.servlet.http.HttpServletRequest のメソッド
Returns all the values of the specified request header as an Enumeration of String objects.
getId() - interface javax.servlet.http.HttpSession のメソッド
Returns a string containing the unique identifier assigned to this session.
getId() - class javax.servlet.jsp.tagext.ValidationMessage のメソッド
Get the jsp:id.
getId() - class javax.servlet.jsp.tagext.TagSupport のメソッド
The value of the id attribute of this tag; or null.
getId() - class javax.servlet.jsp.tagext.TagData のメソッド
The value of the id attribute, if available.
getIdAttribute(TagAttributeInfo[]) - class javax.servlet.jsp.tagext.TagAttributeInfo の static メソッド
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
getIds() - interface javax.servlet.http.HttpSessionContext のメソッド
推奨されていません。 As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getInfoString() - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
Information (documentation) for this TLD.
getInfoString() - class javax.servlet.jsp.tagext.TagInfo のメソッド
The information string for the tag.
getInitParameter(String) - interface javax.servlet.ServletContext のメソッド
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - interface javax.servlet.ServletConfig のメソッド
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - class javax.servlet.GenericServlet のメソッド
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - interface javax.servlet.FilterConfig のメソッド
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - interface javax.servlet.ServletContext のメソッド
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInitParameterNames() - interface javax.servlet.ServletConfig のメソッド
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - class javax.servlet.GenericServlet のメソッド
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - interface javax.servlet.FilterConfig のメソッド
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameters() - class javax.servlet.jsp.tagext.TagLibraryValidator のメソッド
Get the init parameters data as an immutable Map.
getInputStream() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInputStream() - interface javax.servlet.ServletRequest のメソッド
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - class javax.servlet.jsp.tagext.PageData のメソッド
Returns an input stream on the XML view of a JSP page.
getIntHeader(String) - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
getIntHeader(String) - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the value of the specified request header as an int.
getLargeIcon() - class javax.servlet.jsp.tagext.TagInfo のメソッド
Get the path to the large icon
getLastAccessedTime() - interface javax.servlet.http.HttpSession のメソッド
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 recieved the request.
getLastModified(HttpServletRequest) - class javax.servlet.http.HttpServlet のメソッド
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLocale() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocale() - interface javax.servlet.ServletResponse のメソッド
Returns the locale assigned to the response.
getLocale() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - interface javax.servlet.ServletRequest のメソッド
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocales() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocales() - interface javax.servlet.ServletRequest のメソッド
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getMajorVersion() - interface javax.servlet.ServletContext のメソッド
Returns the major version of the Java Servlet API that this servlet container supports.
getMaxAge() - class javax.servlet.http.Cookie のメソッド
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxInactiveInterval() - interface javax.servlet.http.HttpSession のメソッド
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMessage() - class javax.servlet.jsp.tagext.ValidationMessage のメソッド
Get the localized validation message.
getMethod() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethod() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMimeType(String) - interface javax.servlet.ServletContext のメソッド
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMinorVersion() - interface javax.servlet.ServletContext のメソッド
Returns the minor version of the Servlet API that this servlet container supports.
getName() - class javax.servlet.ServletContextAttributeEvent のメソッド
Return the name of the attribute that changed on the ServletContext.
getName() - class javax.servlet.http.HttpSessionBindingEvent のメソッド
Returns the name with which the attribute is bound to or unbound from the session.
getName() - class javax.servlet.http.Cookie のメソッド
Returns the name of the cookie.
getName() - class javax.servlet.jsp.tagext.TagAttributeInfo のメソッド
The name of this attribute.
getNamedDispatcher(String) - interface javax.servlet.ServletContext のメソッド
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNameFromAttribute() - class javax.servlet.jsp.tagext.TagVariableInfo のメソッド
The body of the <name-from-attribute> element.
getNameGiven() - class javax.servlet.jsp.tagext.TagVariableInfo のメソッド
The body of the <name-given> element
getOut() - class javax.servlet.jsp.PageContext のメソッド
The current value of the out object (a JspWriter).
getOutputStream() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to return getOutputStream() on the wrapped response object.
getOutputStream() - interface javax.servlet.ServletResponse のメソッド
Returns a ServletOutputStream suitable for writing binary data in the response.
getPage() - class javax.servlet.jsp.PageContext のメソッド
The current value of the page object (a Servlet).
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - class javax.servlet.jsp.JspFactory のメソッド
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
getParameter(String) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
getParameter(String) - interface javax.servlet.ServletRequest のメソッド
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameterMap() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getParameterMap() on the wrapped request object.
getParameterMap() - interface javax.servlet.ServletRequest のメソッド
Returns a java.util.Map of the parameters of this request.
getParameterNames() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameterNames() - interface javax.servlet.ServletRequest のメソッド
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterValues(String) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getParameterValues(String) - interface javax.servlet.ServletRequest のメソッド
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParent() - class javax.servlet.jsp.tagext.TagSupport のメソッド
The Tag instance most closely enclosing this tag instance.
getParent() - interface javax.servlet.jsp.tagext.Tag のメソッド
Get the parent (closest enclosing tag handler) for this tag handler.
getPath() - class javax.servlet.http.Cookie のメソッド
Returns the path on the server to which the browser returns this cookie.
getPathInfo() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getPathInfo() on the wrapped request object.
getPathInfo() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns any extra path information associated with the URL the client sent when it made this request.
getPathTranslated() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
getPathTranslated() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPrefixString() - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
The prefix assigned to this taglib from the <%taglib directive
getPreviousOut() - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
Get surrounding out JspWriter.
getProtocol() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getProtocol() on the wrapped request object.
getProtocol() - interface javax.servlet.ServletRequest のメソッド
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getQueryString() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getQueryString() on the wrapped request object.
getQueryString() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the query string that is contained in the request URL after the path.
getReader() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getReader() on the wrapped request object.
getReader() - interface javax.servlet.ServletRequest のメソッド
Retrieves the body of the request as character data using a BufferedReader.
getReader() - class javax.servlet.jsp.tagext.BodyContent のメソッド
Return the value of this BodyContent as a Reader.
getRealPath(String) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getRealPath(String path) on the wrapped request object.
getRealPath(String) - interface javax.servlet.ServletRequest のメソッド
推奨されていません。 As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.
getRealPath(String) - interface javax.servlet.ServletContext のメソッド
Returns a String containing the real path for a given virtual path.
getReliableURN() - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
The "reliable" URN indicated in the TLD.
getRemaining() - class javax.servlet.jsp.JspWriter のメソッド
This method returns the number of unused bytes in the buffer.
getRemoteAddr() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
getRemoteAddr() - interface javax.servlet.ServletRequest のメソッド
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteHost() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemoteHost() - interface javax.servlet.ServletRequest のメソッド
Returns the fully qualified name of the client that sent the request.
getRemoteUser() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
getRemoteUser() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRequest() - class javax.servlet.ServletRequestWrapper のメソッド
Return the wrapped request object.
getRequest() - class javax.servlet.jsp.PageContext のメソッド
The current value of the request object (a ServletRequest).
getRequestDispatcher(String) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
getRequestDispatcher(String) - interface javax.servlet.ServletRequest のメソッド
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - interface javax.servlet.ServletContext のメソッド
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestedSessionId() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
getRequestedSessionId() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the session ID specified by the client.
getRequestURI() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getRequestURI() on the wrapped request object.
getRequestURI() - interface javax.servlet.http.HttpServletRequest のメソッド
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.
getRequestURL() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getRequestURL() on the wrapped request object.
getRequestURL() - interface javax.servlet.http.HttpServletRequest のメソッド
Reconstructs the URL the client used to make the request.
getRequestURL(HttpServletRequest) - class javax.servlet.http.HttpUtils の static メソッド
推奨されていません。 Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object.
getRequiredVersion() - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
A string describing the required version of the JSP container.
getResource(String) - interface javax.servlet.ServletContext のメソッド
Returns a URL to the resource that is mapped to a specified path.
getResourceAsStream(String) - interface javax.servlet.ServletContext のメソッド
Returns the resource located at the named path as an InputStream object.
getResourcePaths(String) - interface javax.servlet.ServletContext のメソッド
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResponse() - class javax.servlet.ServletResponseWrapper のメソッド
Return the wrapped ServletResponse object.
getResponse() - class javax.servlet.jsp.PageContext のメソッド
The current value of the response object (a ServletResponse).
getRootCause() - class javax.servlet.ServletException のメソッド
Returns the exception that caused this servlet exception.
getRootCause() - class javax.servlet.jsp.JspException のメソッド
Returns the exception that caused this JSP exception.
getScheme() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getScheme() on the wrapped request object.
getScheme() - interface javax.servlet.ServletRequest のメソッド
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScope() - class javax.servlet.jsp.tagext.VariableInfo のメソッド
 
getScope() - class javax.servlet.jsp.tagext.TagVariableInfo のメソッド
The body of the <scope> element
getSecure() - class javax.servlet.http.Cookie のメソッド
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getServerInfo() - interface javax.servlet.ServletContext のメソッド
Returns the name and version of the servlet container on which the servlet is running.
getServerName() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getServerName() on the wrapped request object.
getServerName() - interface javax.servlet.ServletRequest のメソッド
Returns the host name of the server that received the request.
getServerPort() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return getServerPort() on the wrapped request object.
getServerPort() - interface javax.servlet.ServletRequest のメソッド
Returns the port number on which this request was received.
getServlet() - class javax.servlet.UnavailableException のメソッド
推奨されていません。 As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability.
getServlet(String) - interface javax.servlet.ServletContext のメソッド
推奨されていません。 As of Java Servlet API 2.1, with no direct replacement.

This method was originally defined to retrieve a servlet from a ServletContext. In this version, this method always returns null and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

In lieu of this method, servlets can share information using the ServletContext class and can perform shared business logic by invoking methods on common non-servlet classes.

getServletConfig() - interface javax.servlet.Servlet のメソッド
Returns a ServletConfig object, which contains initialization and startup parameters for this servlet.
getServletConfig() - class javax.servlet.GenericServlet のメソッド
Returns this servlet's ServletConfig object.
getServletConfig() - class javax.servlet.jsp.PageContext のメソッド
The ServletConfig instance.
getServletContext() - class javax.servlet.ServletContextEvent のメソッド
Return the ServletContext that changed.
getServletContext() - interface javax.servlet.ServletConfig のメソッド
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - class javax.servlet.GenericServlet のメソッド
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - interface javax.servlet.FilterConfig のメソッド
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - interface javax.servlet.http.HttpSession のメソッド
Returns the ServletContext to which this session belongs.
getServletContext() - class javax.servlet.jsp.PageContext のメソッド
The ServletContext instance.
getServletContextName() - interface javax.servlet.ServletContext のメソッド
Returns the name of this web application correponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletInfo() - interface javax.servlet.Servlet のメソッド
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - class javax.servlet.GenericServlet のメソッド
Returns information about the servlet, such as author, version, and copyright.
getServletName() - interface javax.servlet.ServletConfig のメソッド
Returns the name of this servlet instance.
getServletName() - class javax.servlet.GenericServlet のメソッド
Returns the name of this servlet instance.
getServletNames() - interface javax.servlet.ServletContext のメソッド
推奨されていません。 As of Java Servlet API 2.1, with no replacement.

This method was originally defined to return an Enumeration of all the servlet names known to this context. In this version, this method always returns an empty Enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

getServletPath() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getServletPath() on the wrapped request object.
getServletPath() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the part of this request's URL that calls the servlet.
getServlets() - interface javax.servlet.ServletContext のメソッド
推奨されていません。 As of Java Servlet API 2.0, with no replacement.

This method was originally defined to return an Enumeration of all the servlets known to this servlet context. In this version, this method always returns an empty enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

getSession() - class javax.servlet.http.HttpSessionEvent のメソッド
Return the session that changed.
getSession() - class javax.servlet.http.HttpSessionBindingEvent のメソッド
Return the session that changed.
getSession() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getSession() on the wrapped request object.
getSession() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession() - class javax.servlet.jsp.PageContext のメソッド
The current value of the session object (an HttpSession).
getSession(boolean) - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
getSession(boolean) - interface javax.servlet.http.HttpServletRequest のメソッド
Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session.
getSession(String) - interface javax.servlet.http.HttpSessionContext のメソッド
推奨されていません。 As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
getSessionContext() - interface javax.servlet.http.HttpSession のメソッド
推奨されていません。 As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getShortName() - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
The preferred short name (prefix) as indicated in the TLD.
getSmallIcon() - class javax.servlet.jsp.tagext.TagInfo のメソッド
Get the path to the small icon
getSpecificationVersion() - class javax.servlet.jsp.JspEngineInfo のメソッド
Return the version number of the JSP specification that is supported by this JSP engine.
getString() - class javax.servlet.jsp.tagext.BodyContent のメソッド
Return the value of the BodyContent as a String.
getTag(String) - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
getTagClassName() - class javax.servlet.jsp.tagext.TagInfo のメソッド
Name of the class that provides the handler for this tag.
getTagExtraInfo() - class javax.servlet.jsp.tagext.TagInfo のメソッド
The instance (if any) for extra tag information
getTagInfo() - class javax.servlet.jsp.tagext.TagExtraInfo のメソッド
Get the TagInfo for this class.
getTagLibrary() - class javax.servlet.jsp.tagext.TagInfo のメソッド
The instance of TabLibraryInfo we belong to.
getTagName() - class javax.servlet.jsp.tagext.TagInfo のメソッド
The name of the Tag.
getTags() - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
An array describing the tags that are defined in this tag library.
getTagVariableInfos() - class javax.servlet.jsp.tagext.TagInfo のメソッド
Get TagVariableInfo objects associated with this TagInfo
getTypeName() - class javax.servlet.jsp.tagext.TagAttributeInfo のメソッド
The type (as a String) of this attribute.
getUnavailableSeconds() - class javax.servlet.UnavailableException のメソッド
Returns the number of seconds the servlet expects to be temporarily unavailable.
getURI() - class javax.servlet.jsp.tagext.TagLibraryInfo のメソッド
The value of the uri attribute from the <%@ taglib directive for this library.
getUserPrincipal() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
getUserPrincipal() - interface javax.servlet.http.HttpServletRequest のメソッド
Returns a java.security.Principal object containing the name of the current authenticated user.
getValue() - class javax.servlet.ServletContextAttributeEvent のメソッド
Returns the value of the attribute that has been added removed or replaced.
getValue() - class javax.servlet.http.HttpSessionBindingEvent のメソッド
Returns the value of the attribute that has been added, removed or replaced.
getValue() - class javax.servlet.http.Cookie のメソッド
Returns the value of the cookie.
getValue(String) - interface javax.servlet.http.HttpSession のメソッド
推奨されていません。 As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue(String) - class javax.servlet.jsp.tagext.TagSupport のメソッド
Get a the value associated with a key.
getValueNames() - interface javax.servlet.http.HttpSession のメソッド
推奨されていません。 As of Version 2.2, this method is replaced by HttpSession.getAttributeNames()
getValues() - class javax.servlet.jsp.tagext.TagSupport のメソッド
Enumerate the values kept by this tag handler.
getVariableInfo(TagData) - class javax.servlet.jsp.tagext.TagInfo のメソッド
Information on the scripting objects created by this tag at runtime.
getVariableInfo(TagData) - class javax.servlet.jsp.tagext.TagExtraInfo のメソッド
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
getVarName() - class javax.servlet.jsp.tagext.VariableInfo のメソッド
 
getVersion() - class javax.servlet.http.Cookie のメソッド
Returns the version of the protocol this cookie complies with.
getWriter() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to return getWriter() on the wrapped response object.
getWriter() - interface javax.servlet.ServletResponse のメソッド
Returns a PrintWriter object that can send character text to the client.

H

handlePageException(Exception) - class javax.servlet.jsp.PageContext のメソッド
This method is intended to process an unhandled "page" level exception by redirecting the exception to either the specified error page for this JSP, or if none was specified, to perform some implementation dependent action.
handlePageException(Throwable) - class javax.servlet.jsp.PageContext のメソッド
This method is identical to the handlePageException(Exception), except that it accepts a Throwable.
HttpJspPage - interface javax.servlet.jsp.HttpJspPage.
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
HttpServlet - class javax.servlet.http.HttpServlet.
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - class javax.servlet.http.HttpServlet のコンストラクタ
Does nothing, because this is an abstract class.
HttpServletRequest - interface javax.servlet.http.HttpServletRequest.
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - class javax.servlet.http.HttpServletRequestWrapper.
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - class javax.servlet.http.HttpServletRequestWrapper のコンストラクタ
Constructs a request object wrapping the given request.
HttpServletResponse - interface javax.servlet.http.HttpServletResponse.
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - class javax.servlet.http.HttpServletResponseWrapper.
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - class javax.servlet.http.HttpServletResponseWrapper のコンストラクタ
Constructs a response adaptor wrapping the given response.
HttpSession - interface javax.servlet.http.HttpSession.
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.
HttpSessionActivationListener - interface javax.servlet.http.HttpSessionActivationListener.
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.
HttpSessionAttributeListener - interface javax.servlet.http.HttpSessionAttributeListener.
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
HttpSessionBindingEvent - class javax.servlet.http.HttpSessionBindingEvent.
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - class javax.servlet.http.HttpSessionBindingEvent のコンストラクタ
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - class javax.servlet.http.HttpSessionBindingEvent のコンストラクタ
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - interface javax.servlet.http.HttpSessionBindingListener.
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - interface javax.servlet.http.HttpSessionContext.
推奨されていません。 As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - class javax.servlet.http.HttpSessionEvent.
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - class javax.servlet.http.HttpSessionEvent のコンストラクタ
Construct a session event from the given source.
HttpSessionListener - interface javax.servlet.http.HttpSessionListener.
Implementations of this interface may are notified of changes to the list of active sessions in a web application.
HttpUtils - class javax.servlet.http.HttpUtils.
推奨されていません。 As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - class javax.servlet.http.HttpUtils のコンストラクタ
推奨されていません。 Constructs an empty HttpUtils object.

I

id - class javax.servlet.jsp.tagext.TagSupport の変数
 
ID - class javax.servlet.jsp.tagext.TagAttributeInfo の static 変数
"id" is wired in to be ID.
include(ServletRequest, ServletResponse) - interface javax.servlet.RequestDispatcher のメソッド
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
include(String) - class javax.servlet.jsp.PageContext のメソッド
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
info - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 
init() - class javax.servlet.GenericServlet のメソッド
A convenience method which can be overridden so that there's no need to call super.init(config).
init(FilterConfig) - interface javax.servlet.Filter のメソッド
Called by the web container to indicate to a filter that it is being placed into service.
init(ServletConfig) - interface javax.servlet.Servlet のメソッド
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(ServletConfig) - class javax.servlet.GenericServlet のメソッド
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - class javax.servlet.jsp.PageContext のメソッド
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
invalidate() - interface javax.servlet.http.HttpSession のメソッド
Invalidates this session then unbinds any objects bound to it.
isAutoFlush() - class javax.servlet.jsp.JspWriter のメソッド
This method indicates whether the JspWriter is autoFlushing.
isCommitted() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCommitted() - interface javax.servlet.ServletResponse のメソッド
Returns a boolean indicating if the response has been committed.
isNew() - interface javax.servlet.http.HttpSession のメソッド
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isPermanent() - class javax.servlet.UnavailableException のメソッド
Returns a boolean indicating whether the servlet is permanently unavailable.
isRequestedSessionIdFromCookie() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromCookie() - interface javax.servlet.http.HttpServletRequest のメソッド
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromUrl() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return isRequestedSessionIdFromUrl() on the wrapped request object.
isRequestedSessionIdFromUrl() - interface javax.servlet.http.HttpServletRequest のメソッド
推奨されていません。 As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdFromURL() - interface javax.servlet.http.HttpServletRequest のメソッド
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdValid() - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRequestedSessionIdValid() - interface javax.servlet.http.HttpServletRequest のメソッド
Checks whether the requested session ID is still valid.
isRequired() - class javax.servlet.jsp.tagext.TagAttributeInfo のメソッド
Whether this attribute is required.
isSecure() - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return isSecure() on the wrapped request object.
isSecure() - interface javax.servlet.ServletRequest のメソッド
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isUserInRole(String) - class javax.servlet.http.HttpServletRequestWrapper のメソッド
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isUserInRole(String) - interface javax.servlet.http.HttpServletRequest のメソッド
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isValid(TagData) - class javax.servlet.jsp.tagext.TagInfo のメソッド
Translation-time validation of the attributes.
isValid(TagData) - class javax.servlet.jsp.tagext.TagExtraInfo のメソッド
Translation-time validation of the attributes.
IterationTag - interface javax.servlet.jsp.tagext.IterationTag.
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.

J

javax.servlet - package javax.servlet
 
javax.servlet.http - package javax.servlet.http
 
javax.servlet.jsp - package javax.servlet.jsp
 
javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
 
jspDestroy() - interface javax.servlet.jsp.JspPage のメソッド
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
JspEngineInfo - class javax.servlet.jsp.JspEngineInfo.
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspEngineInfo() - class javax.servlet.jsp.JspEngineInfo のコンストラクタ
 
JspException - exception javax.servlet.jsp.JspException.
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspException() - class javax.servlet.jsp.JspException のコンストラクタ
Construct a JspException
JspException(String) - class javax.servlet.jsp.JspException のコンストラクタ
Constructs a new JSP exception with the specified message.
JspException(String, Throwable) - class javax.servlet.jsp.JspException のコンストラクタ
Constructs a new JSP exception when the JSP needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
JspException(Throwable) - class javax.servlet.jsp.JspException のコンストラクタ
Constructs a new JSP exception when the JSP needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
JspFactory - class javax.servlet.jsp.JspFactory.
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspFactory() - class javax.servlet.jsp.JspFactory のコンストラクタ
 
jspInit() - interface javax.servlet.jsp.JspPage のメソッド
The jspInit() method is invoked when the JSP page is initialized.
JspPage - interface javax.servlet.jsp.JspPage.
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspTagException - exception javax.servlet.jsp.JspTagException.
Exception to be used by a Tag Handler to indicate some unrecoverable error.
JspTagException() - class javax.servlet.jsp.JspTagException のコンストラクタ
No message
JspTagException(String) - class javax.servlet.jsp.JspTagException のコンストラクタ
Constructor with a message.
jspversion - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 
JspWriter - class javax.servlet.jsp.JspWriter.
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
JspWriter(int, boolean) - class javax.servlet.jsp.JspWriter のコンストラクタ
protected constructor.

L

log(Exception, String) - interface javax.servlet.ServletContext のメソッド
推奨されていません。 As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String) - interface javax.servlet.ServletContext のメソッド
Writes the specified message to a servlet log file, usually an event log.
log(String) - class javax.servlet.GenericServlet のメソッド
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - interface javax.servlet.ServletContext のメソッド
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(String, Throwable) - class javax.servlet.GenericServlet のメソッド
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.

N

NESTED - class javax.servlet.jsp.tagext.VariableInfo の static 変数
Scope information that scripting variable is visible only within the start/end tags
newLine() - class javax.servlet.jsp.JspWriter のメソッド
Write a line separator.
NO_BUFFER - class javax.servlet.jsp.JspWriter の static 変数
constant indicating that the Writer is not buffering output

O

OUT - class javax.servlet.jsp.PageContext の static 変数
Name used to store current JspWriter in PageContext name table.

P

PAGE - class javax.servlet.jsp.PageContext の static 変数
Name used to store the Servlet in this PageContext's nametables.
PAGE_SCOPE - class javax.servlet.jsp.PageContext の static 変数
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
pageContext - class javax.servlet.jsp.tagext.TagSupport の変数
 
PageContext - class javax.servlet.jsp.PageContext.
A PageContext instance provides access to all the namespaces associated with a JSP page, provides access to several page attributes, as well as a layer above the implementation details.
PAGECONTEXT - class javax.servlet.jsp.PageContext の static 変数
Name used to store this PageContext in it's own name table.
PageContext() - class javax.servlet.jsp.PageContext のコンストラクタ
 
PageData - class javax.servlet.jsp.tagext.PageData.
Translation-time information on a JSP page.
PageData() - class javax.servlet.jsp.tagext.PageData のコンストラクタ
 
parsePostData(int, ServletInputStream) - class javax.servlet.http.HttpUtils の static メソッド
推奨されていません。 Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - class javax.servlet.http.HttpUtils の static メソッド
推奨されていません。 Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
popBody() - class javax.servlet.jsp.PageContext のメソッド
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the PageConxtext
prefix - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 
print(boolean) - class javax.servlet.ServletOutputStream のメソッド
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(boolean) - class javax.servlet.jsp.JspWriter のメソッド
Print a boolean value.
print(char) - class javax.servlet.ServletOutputStream のメソッド
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(char) - class javax.servlet.jsp.JspWriter のメソッド
Print a character.
print(char[]) - class javax.servlet.jsp.JspWriter のメソッド
Print an array of characters.
print(double) - class javax.servlet.ServletOutputStream のメソッド
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - class javax.servlet.jsp.JspWriter のメソッド
Print a double-precision floating-point number.
print(float) - class javax.servlet.ServletOutputStream のメソッド
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - class javax.servlet.jsp.JspWriter のメソッド
Print a floating-point number.
print(int) - class javax.servlet.ServletOutputStream のメソッド
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - class javax.servlet.jsp.JspWriter のメソッド
Print an integer.
print(long) - class javax.servlet.ServletOutputStream のメソッド
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - class javax.servlet.jsp.JspWriter のメソッド
Print a long integer.
print(Object) - class javax.servlet.jsp.JspWriter のメソッド
Print an object.
print(String) - class javax.servlet.ServletOutputStream のメソッド
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(String) - class javax.servlet.jsp.JspWriter のメソッド
Print a string.
println() - class javax.servlet.ServletOutputStream のメソッド
Writes a carriage return-line feed (CRLF) to the client.
println() - class javax.servlet.jsp.JspWriter のメソッド
Terminate the current line by writing the line separator string.
println(boolean) - class javax.servlet.ServletOutputStream のメソッド
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - class javax.servlet.jsp.JspWriter のメソッド
Print a boolean value and then terminate the line.
println(char) - class javax.servlet.ServletOutputStream のメソッド
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(char) - class javax.servlet.jsp.JspWriter のメソッド
Print a character and then terminate the line.
println(char[]) - class javax.servlet.jsp.JspWriter のメソッド
Print an array of characters and then terminate the line.
println(double) - class javax.servlet.ServletOutputStream のメソッド
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
println(double) - class javax.servlet.jsp.JspWriter のメソッド
Print a double-precision floating-point number and then terminate the line.
println(float) - class javax.servlet.ServletOutputStream のメソッド
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(float) - class javax.servlet.jsp.JspWriter のメソッド
Print a floating-point number and then terminate the line.
println(int) - class javax.servlet.ServletOutputStream のメソッド
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(int) - class javax.servlet.jsp.JspWriter のメソッド
Print an integer and then terminate the line.
println(long) - class javax.servlet.ServletOutputStream のメソッド
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(long) - class javax.servlet.jsp.JspWriter のメソッド
Print a long integer and then terminate the line.
println(Object) - class javax.servlet.jsp.JspWriter のメソッド
Print an Object and then terminate the line.
println(String) - class javax.servlet.ServletOutputStream のメソッド
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(String) - class javax.servlet.jsp.JspWriter のメソッド
Print a String and then terminate the line.
pushBody() - class javax.servlet.jsp.PageContext のメソッド
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext
putValue(String, Object) - interface javax.servlet.http.HttpSession のメソッド
推奨されていません。 As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)

R

readLine(byte[], int, int) - class javax.servlet.ServletInputStream のメソッド
Reads the input stream, one line at a time.
release() - class javax.servlet.jsp.PageContext のメソッド
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
release() - class javax.servlet.jsp.tagext.TagSupport のメソッド
Release state.
release() - class javax.servlet.jsp.tagext.TagLibraryValidator のメソッド
Release any data kept by this instance for validation purposes
release() - interface javax.servlet.jsp.tagext.Tag のメソッド
Called on a Tag handler to release state.
release() - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
Release state.
releasePageContext(PageContext) - class javax.servlet.jsp.JspFactory のメソッド
called to release a previously allocated PageContext object.
removeAttribute(String) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
removeAttribute(String) - interface javax.servlet.ServletRequest のメソッド
Removes an attribute from this request.
removeAttribute(String) - interface javax.servlet.ServletContext のメソッド
Removes the attribute with the given name from the servlet context.
removeAttribute(String) - interface javax.servlet.http.HttpSession のメソッド
Removes the object bound with the specified name from this session.
removeAttribute(String) - class javax.servlet.jsp.PageContext のメソッド
Remove the object reference associated with the given name, look in all scopes in the scope order.
removeAttribute(String, int) - class javax.servlet.jsp.PageContext のメソッド
Remove the object reference associated with the specified name in the given scope.
removeValue(String) - interface javax.servlet.http.HttpSession のメソッド
推奨されていません。 As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String)
removeValue(String) - class javax.servlet.jsp.tagext.TagSupport のメソッド
Remove a value associated with a key.
REQUEST - class javax.servlet.jsp.PageContext の static 変数
Name used to store ServletRequest in PageContext name table.
REQUEST_SCOPE - class javax.servlet.jsp.PageContext の static 変数
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
REQUEST_TIME_VALUE - class javax.servlet.jsp.tagext.TagData の static 変数
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
RequestDispatcher - interface javax.servlet.RequestDispatcher.
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.
reset() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to call reset() on the wrapped response object.
reset() - interface javax.servlet.ServletResponse のメソッド
Clears any data that exists in the buffer as well as the status code and headers.
resetBuffer() - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to call resetBuffer() on the wrapped response object.
resetBuffer() - interface javax.servlet.ServletResponse のメソッド
Clears the content of the underlying buffer in the response without clearing headers or status code.
RESPONSE - class javax.servlet.jsp.PageContext の static 変数
Name used to store ServletResponse in PageContext name table.

S

SC_ACCEPTED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (100) indicating the client can continue.
SC_CREATED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_GATEWAY_TIMEOUT - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - interface javax.servlet.http.HttpServletResponse の static 変数
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.
SC_INTERNAL_SERVER_ERROR - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - interface javax.servlet.http.HttpServletResponse の static 変数
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.
SC_MOVED_TEMPORARILY - interface javax.servlet.http.HttpServletResponse の static 変数
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.
SC_MULTIPLE_CHOICES - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - interface javax.servlet.http.HttpServletResponse の static 変数
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 headerssent in the request.
SC_NOT_FOUND - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - interface javax.servlet.http.HttpServletResponse の static 変数
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.
SC_PROXY_AUTHENTICATION_REQUIRED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - interface javax.servlet.http.HttpServletResponse の static 変数
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.
SC_REQUEST_TIMEOUT - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (408) indicating that the client did not produce a requestwithin the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - interface javax.servlet.http.HttpServletResponse の static 変数
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.
SC_USE_PROXY - interface javax.servlet.http.HttpServletResponse の static 変数
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
sendError(int) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
sendError(int) - interface javax.servlet.http.HttpServletResponse のメソッド
Sends an error response to the client using the specified status code and clearing the buffer.
sendError(int, String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
sendError(int, String) - interface javax.servlet.http.HttpServletResponse のメソッド
Sends an error response to the client using the specified status clearing the buffer.
sendRedirect(String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
sendRedirect(String) - interface javax.servlet.http.HttpServletResponse のメソッド
Sends a temporary redirect response to the client using the specified redirect location URL.
service(HttpServletRequest, HttpServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - interface javax.servlet.Servlet のメソッド
Called by the servlet container to allow the servlet to respond to a request.
service(ServletRequest, ServletResponse) - class javax.servlet.GenericServlet のメソッド
Called by the servlet container to allow the servlet to respond to a request.
service(ServletRequest, ServletResponse) - class javax.servlet.http.HttpServlet のメソッド
Dispatches client requests to the protected service method.
Servlet - interface javax.servlet.Servlet.
Defines methods that all servlets must implement.
ServletConfig - interface javax.servlet.ServletConfig.
A servlet configuration object used by a servlet container used to pass information to a servlet during initialization.
ServletContext - interface javax.servlet.ServletContext.
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.
ServletContextAttributeEvent - class javax.servlet.ServletContextAttributeEvent.
This is the event class for notifications about changes to the attributes of the servlet context of a web application.
ServletContextAttributeEvent(ServletContext, String, Object) - class javax.servlet.ServletContextAttributeEvent のコンストラクタ
Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value.
ServletContextAttributeListener - interface javax.servlet.ServletContextAttributeListener.
Implementations of this interface recieve notifications of changes to the attribute list on the servlet context of a web application.
ServletContextEvent - class javax.servlet.ServletContextEvent.
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextEvent(ServletContext) - class javax.servlet.ServletContextEvent のコンストラクタ
Construct a ServletContextEvent from the given context.
ServletContextListener - interface javax.servlet.ServletContextListener.
Implementations of this interface recieve notifications about changes to the servlet context of the web application they are part of.
ServletException - exception javax.servlet.ServletException.
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - class javax.servlet.ServletException のコンストラクタ
Constructs a new servlet exception.
ServletException(String) - class javax.servlet.ServletException のコンストラクタ
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - class javax.servlet.ServletException のコンストラクタ
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.
ServletException(Throwable) - class javax.servlet.ServletException のコンストラクタ
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.
ServletInputStream - class javax.servlet.ServletInputStream.
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - class javax.servlet.ServletInputStream のコンストラクタ
Does nothing, because this is an abstract class.
ServletOutputStream - class javax.servlet.ServletOutputStream.
Provides an output stream for sending binary data to the client.
ServletOutputStream() - class javax.servlet.ServletOutputStream のコンストラクタ
Does nothing, because this is an abstract class.
ServletRequest - interface javax.servlet.ServletRequest.
Defines an object to provide client request information to a servlet.
ServletRequestWrapper - class javax.servlet.ServletRequestWrapper.
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
ServletRequestWrapper(ServletRequest) - class javax.servlet.ServletRequestWrapper のコンストラクタ
Creates a ServletRequest adaptor wrapping the given request object.
ServletResponse - interface javax.servlet.ServletResponse.
Defines an object to assist a servlet in sending a response to the client.
ServletResponseWrapper - class javax.servlet.ServletResponseWrapper.
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
ServletResponseWrapper(ServletResponse) - class javax.servlet.ServletResponseWrapper のコンストラクタ
Creates a ServletResponse adaptor wrapping the given response object.
SESSION - class javax.servlet.jsp.PageContext の static 変数
Name used to store HttpSession in PageContext name table.
SESSION_SCOPE - class javax.servlet.jsp.PageContext の static 変数
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
sessionCreated(HttpSessionEvent) - interface javax.servlet.http.HttpSessionListener のメソッド
Notification that a session was created.
sessionDestroyed(HttpSessionEvent) - interface javax.servlet.http.HttpSessionListener のメソッド
Notification that a session was invalidated.
sessionDidActivate(HttpSessionEvent) - interface javax.servlet.http.HttpSessionActivationListener のメソッド
Notification that the session has just been activated.
sessionWillPassivate(HttpSessionEvent) - interface javax.servlet.http.HttpSessionActivationListener のメソッド
Notification that the session is about to be passivated.
setAttribute(String, Object) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
setAttribute(String, Object) - interface javax.servlet.ServletRequest のメソッド
Stores an attribute in this request.
setAttribute(String, Object) - interface javax.servlet.ServletContext のメソッド
Binds an object to a given attribute name in this servlet context.
setAttribute(String, Object) - interface javax.servlet.http.HttpSession のメソッド
Binds an object to this session, using the name specified.
setAttribute(String, Object) - class javax.servlet.jsp.PageContext のメソッド
Register the name and object specified with page scope semantics.
setAttribute(String, Object) - class javax.servlet.jsp.tagext.TagData のメソッド
Set the value of an attribute.
setAttribute(String, Object, int) - class javax.servlet.jsp.PageContext のメソッド
register the name and object specified with appropriate scope semantics
setBodyContent(BodyContent) - class javax.servlet.jsp.tagext.BodyTagSupport のメソッド
Prepare for evaluation of the body: stash the bodyContent away.
setBodyContent(BodyContent) - interface javax.servlet.jsp.tagext.BodyTag のメソッド
Set the bodyContent property.
setBufferSize(int) - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
setBufferSize(int) - interface javax.servlet.ServletResponse のメソッド
Sets the preferred buffer size for the body of the response.
setCharacterEncoding(String) - class javax.servlet.ServletRequestWrapper のメソッド
The default behavior of this method is to set the character encoding on the wrapped request object.
setCharacterEncoding(String) - interface javax.servlet.ServletRequest のメソッド
Overrides the name of the character encoding used in the body of this request.
setComment(String) - class javax.servlet.http.Cookie のメソッド
Specifies a comment that describes a cookie's purpose.
setContentLength(int) - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
setContentLength(int) - interface javax.servlet.ServletResponse のメソッド
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentType(String) - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
setContentType(String) - interface javax.servlet.ServletResponse のメソッド
Sets the content type of the response being sent to the client.
setDateHeader(String, long) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
setDateHeader(String, long) - interface javax.servlet.http.HttpServletResponse のメソッド
Sets a response header with the given name and date-value.
setDefaultFactory(JspFactory) - class javax.servlet.jsp.JspFactory の static メソッド
set the default factory for this implementation.
setDomain(String) - class javax.servlet.http.Cookie のメソッド
Specifies the domain within which this cookie should be presented.
setHeader(String, String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
setHeader(String, String) - interface javax.servlet.http.HttpServletResponse のメソッド
Sets a response header with the given name and value.
setId(String) - class javax.servlet.jsp.tagext.TagSupport のメソッド
Set the id attribute for this tag.
setInitParameters(Map) - class javax.servlet.jsp.tagext.TagLibraryValidator のメソッド
Set the init data in the TLD for this validator.
setIntHeader(String, int) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
setIntHeader(String, int) - interface javax.servlet.http.HttpServletResponse のメソッド
Sets a response header with the given name and integer value.
setLocale(Locale) - class javax.servlet.ServletResponseWrapper のメソッド
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
setLocale(Locale) - interface javax.servlet.ServletResponse のメソッド
Sets the locale of the response, setting the headers (including the Content-Type's charset) as appropriate.
setMaxAge(int) - class javax.servlet.http.Cookie のメソッド
Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval(int) - interface javax.servlet.http.HttpSession のメソッド
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setPageContext(PageContext) - class javax.servlet.jsp.tagext.TagSupport のメソッド
Set the page context.
setPageContext(PageContext) - interface javax.servlet.jsp.tagext.Tag のメソッド
Set the current page context.
setParent(Tag) - class javax.servlet.jsp.tagext.TagSupport のメソッド
Set the nesting tag of this tag.
setParent(Tag) - interface javax.servlet.jsp.tagext.Tag のメソッド
Set the parent (closest enclosing tag handler) of this tag handler.
setPath(String) - class javax.servlet.http.Cookie のメソッド
Specifies a path for the cookie to which the client should return the cookie.
setRequest(ServletRequest) - class javax.servlet.ServletRequestWrapper のメソッド
Sets the request object being wrapped.
setResponse(ServletResponse) - class javax.servlet.ServletResponseWrapper のメソッド
Sets the response being wrapped.
setSecure(boolean) - class javax.servlet.http.Cookie のメソッド
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setStatus(int) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
setStatus(int) - interface javax.servlet.http.HttpServletResponse のメソッド
Sets the status code for this response.
setStatus(int, String) - class javax.servlet.http.HttpServletResponseWrapper のメソッド
The default behavior of this method is to call setStatus(int sc, String sm) on the wrapped response object.
setStatus(int, String) - interface javax.servlet.http.HttpServletResponse のメソッド
推奨されていません。 As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setTagExtraInfo(TagExtraInfo) - class javax.servlet.jsp.tagext.TagInfo のメソッド
Set the instance for extra tag information
setTagInfo(TagInfo) - class javax.servlet.jsp.tagext.TagExtraInfo のメソッド
Set the TagInfo for this class.
setTagLibrary(TagLibraryInfo) - class javax.servlet.jsp.tagext.TagInfo のメソッド
Set the TagLibraryInfo property.
setValue(String) - class javax.servlet.http.Cookie のメソッド
Assigns a new value to a cookie after the cookie is created.
setValue(String, Object) - class javax.servlet.jsp.tagext.TagSupport のメソッド
Associate a value with a String key.
setVersion(int) - class javax.servlet.http.Cookie のメソッド
Sets the version of the cookie protocol this cookie complies with.
shortname - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 
SingleThreadModel - interface javax.servlet.SingleThreadModel.
Ensures that servlets handle only one request at a time.
SKIP_BODY - interface javax.servlet.jsp.tagext.Tag の static 変数
Skip body evaluation.
SKIP_PAGE - interface javax.servlet.jsp.tagext.Tag の static 変数
Skip the rest of the page.

T

Tag - interface javax.servlet.jsp.tagext.Tag.
The interface of a simple tag handler that does not want to manipulate its body.
TagAttributeInfo - class javax.servlet.jsp.tagext.TagAttributeInfo.
Information on the attributes of a Tag, available at translation time.
TagAttributeInfo(String, boolean, String, boolean) - class javax.servlet.jsp.tagext.TagAttributeInfo のコンストラクタ
Constructor for TagAttributeInfo.
TagData - class javax.servlet.jsp.tagext.TagData.
The (translation-time only) attribute/value information for a tag instance.
TagData(Hashtable) - class javax.servlet.jsp.tagext.TagData のコンストラクタ
Constructor for a TagData.
TagData(Object[][]) - class javax.servlet.jsp.tagext.TagData のコンストラクタ
Constructor for TagData.
TagExtraInfo - class javax.servlet.jsp.tagext.TagExtraInfo.
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagExtraInfo() - class javax.servlet.jsp.tagext.TagExtraInfo のコンストラクタ
 
TagInfo - class javax.servlet.jsp.tagext.TagInfo.
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - class javax.servlet.jsp.tagext.TagInfo のコンストラクタ
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - class javax.servlet.jsp.tagext.TagInfo のコンストラクタ
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
TagLibraryInfo - class javax.servlet.jsp.tagext.TagLibraryInfo.
Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryInfo(String, String) - class javax.servlet.jsp.tagext.TagLibraryInfo のコンストラクタ
Constructor.
TagLibraryValidator - class javax.servlet.jsp.tagext.TagLibraryValidator.
Translation-time validator class for a JSP page.
TagLibraryValidator() - class javax.servlet.jsp.tagext.TagLibraryValidator のコンストラクタ
 
tags - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 
TagSupport - class javax.servlet.jsp.tagext.TagSupport.
A base class for defining new tag handlers implementing Tag.
TagSupport() - class javax.servlet.jsp.tagext.TagSupport のコンストラクタ
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
TagVariableInfo - class javax.servlet.jsp.tagext.TagVariableInfo.
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagVariableInfo(String, String, String, boolean, int) - class javax.servlet.jsp.tagext.TagVariableInfo のコンストラクタ
Constructor for TagVariableInfo
tlibversion - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 
toString() - class javax.servlet.jsp.tagext.TagInfo のメソッド
Stringify for debug purposes...
toString() - class javax.servlet.jsp.tagext.TagAttributeInfo のメソッド
 
TryCatchFinally - interface javax.servlet.jsp.tagext.TryCatchFinally.
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.

U

UnavailableException - exception javax.servlet.UnavailableException.
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(int, Servlet, String) - class javax.servlet.UnavailableException のコンストラクタ
推奨されていません。 As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) instead.
UnavailableException(Servlet, String) - class javax.servlet.UnavailableException のコンストラクタ
推奨されていません。 As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) instead.
UnavailableException(String) - class javax.servlet.UnavailableException のコンストラクタ
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - class javax.servlet.UnavailableException のコンストラクタ
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.
UNBOUNDED_BUFFER - class javax.servlet.jsp.JspWriter の static 変数
constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent
uri - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 
urn - class javax.servlet.jsp.tagext.TagLibraryInfo の変数
 

V

validate(String, String, PageData) - class javax.servlet.jsp.tagext.TagLibraryValidator のメソッド
Validate a JSP page.
ValidationMessage - class javax.servlet.jsp.tagext.ValidationMessage.
A validation message from a TagLibraryValidator.
ValidationMessage(String, String) - class javax.servlet.jsp.tagext.ValidationMessage のコンストラクタ
Create a ValidationMessage.
valueBound(HttpSessionBindingEvent) - interface javax.servlet.http.HttpSessionBindingListener のメソッド
Notifies the object that it is being bound to a session and identifies the session.
valueUnbound(HttpSessionBindingEvent) - interface javax.servlet.http.HttpSessionBindingListener のメソッド
Notifies the object that it is being unbound from a session and identifies the session.
VariableInfo - class javax.servlet.jsp.tagext.VariableInfo.
Information on the scripting variables that are created/modified by a tag (at run-time).
VariableInfo(String, String, boolean, int) - class javax.servlet.jsp.tagext.VariableInfo のコンストラクタ
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.

W

writeOut(Writer) - class javax.servlet.jsp.tagext.BodyContent のメソッド
Write the contents of this BodyContent into a Writer.

_

_jspService(HttpServletRequest, HttpServletResponse) - interface javax.servlet.jsp.HttpJspPage のメソッド
The _jspService()method corresponds to the body of the JSP page.

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

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.