|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AsyncListener
with the most recent
asynchronous cycle that was started by a call to one of the
ServletRequest.startAsync()
methods.
AsyncListener
with the most recent
asynchronous cycle that was started by a call to one of the
ServletRequest.startAsync()
methods.
AsyncContext.dispatch(String)
or AsyncContext.dispatch(ServletContext,String)
AsyncContext.dispatch(String)
or AsyncContext.dispatch(ServletContext,String)
AsyncContext.dispatch(String)
or AsyncContext.dispatch(ServletContext,String)
AsyncContext.dispatch(String)
or AsyncContext.dispatch(ServletContext,String)
AsyncContext.dispatch(String)
or AsyncContext.dispatch(ServletContext,String)
ServletRequest.startAsync()
or
ServletRequest.startAsync(ServletRequest, ServletResponse)
)
has completed, timed out, or produced an error.ServletContext
to authenticate the user making
this request.
java.lang.Object.clone
method to return a copy of this Cookie.
AsyncListener
class.
isUserInRole
.
service
method)
to allow a servlet to handle a DELETE request.
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.
service
method) to
allow a servlet to handle a GET request.
service
method and handles the
request.
service
method)
to allow a servlet to handle a OPTIONS request.
service
method)
to allow a servlet to handle a POST request.
service
method)
to allow a servlet to handle a PUT request.
service
method)
to allow a servlet to handle a TRACE request.
sendRedirect
method or, if encoding is not needed,
returns the URL unchanged.
HttpServletResponseWrapper.encodeRedirectURL(String url)
instead
HttpServletResponseWrapper.encodeURL(String url)
instead
Filter
may be further configured.Filter
registered via one of the
addFilter methods on ServletContext
may be further
configured.forward
forward
forward
forward
forward
ServletRequest.startAsync()
or
ServletRequest.startAsync(ServletRequest,ServletResponse)
on this request.
ServletRequestWrapper.startAsync()
or
ServletRequestWrapper.startAsync(ServletRequest,ServletResponse)
on the wrapped
request.
null
if no object is bound under the name.
null
if there is no attribute by that name.
Object
,
or null
if no attribute of the given name exists.
Enumeration
of String
objects
containing the names of all the objects bound to this session.
Enumeration
containing the
attribute names available within this ServletContext.
Enumeration
containing the
names of the attributes available to this request.
buffer
configuration, which
specifies the default size of the response buffer for any JSP pages
mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
null
if the cookie has no comment.
null
if the type is not known.
ServletContext
object that
corresponds to a specified URL on the server.
Cookie
objects the client sent with this request.
long
value that represents a
Date
object.
default-content-type
configuration,
which specifies the default response content type for any JSP pages
mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
deferred-syntax-allowed-as-literal
configuration, which
specifies whether the character sequence "#{"
,
which is normally reserved for Expression Language (EL) expressions,
will cause a translation error if it appears as a String literal
in any JSP pages mapped to the JSP property group represented by
this JspPropertyGroupDescriptor
.
el-ignored
configuration, which
specifies whether Expression Language (EL) evaluation is enabled for
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
error-on-undeclared-namespace
configuration, which specifies whether an error will be raised at
translation time if tag with an undeclared namespace is used in
any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
String
.
HttpServletResponse.getHeader(java.lang.String)
on the wrapped response
object.
String
.
HttpServletResponse.getHeaderNames()
on the wrapped response
object.
Enumeration
of String
objects.
HttpServletResponse.getHeaders(java.lang.String)
on the wrapped response
object.
Enumeration
and will be removed
in a future version of this API.
include-coda
configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor
.
include-prelude
configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor
.
String
containing the value of the
named initialization parameter, or null
if
the initialization parameter does not exist.
String
containing the value of the named
initialization parameter, or null
if the parameter does
not exist.
String
containing the value of the named
context-wide initialization parameter, or null
if the
parameter does not exist.
Enumeration
of String
objects,
or an empty Enumeration
if the filter has
no initialization parameters.
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has no
initialization parameters.
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has
no initialization parameters.
Enumeration
of String
objects, or an
empty Enumeration
if the context has no initialization
parameters.
ServletInputStream
.
int
.
is-xml
configuration, which
specifies whether any JSP pages mapped to the JSP property group
represented by this JspPropertyGroupDescriptor
will
be treated as JSP documents (XML syntax).
<jsp-config>
related configuration
that was aggregated from the web.xml
and
web-fragment.xml
descriptor files of the web application
represented by this ServletContext.
<jsp-property-group>
child elements
of the <jsp-config>
element represented by this
JspConfigDescriptor
.
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
Locale
that the client will
accept content in, based on the Accept-Language header.
ServletResponse.setLocale(java.util.Locale)
method.
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.
ServletRegistration
.
null
if
the MIME type is not known.
RequestDispatcher
object that acts
as a wrapper for the named servlet.
ServletOutputStream
suitable for writing binary
data in the response.
page-encoding
configuration,
which specifies the default page encoding for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor
.
String
,
or null
if the parameter does not exist.
Enumeration
of String
objects containing the names of the parameters contained
in this request.
String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
Part
with the given name.
Part
components of this request, provided
that it is of type multipart/form-data.
BufferedReader
.
ServletContext.getRealPath(java.lang.String)
instead.
ServletContext.getRealPath(java.lang.String)
instead
null
if the user
has not been authenticated.
ServletRequest.startAsync()
or
ServletRequest.startAsync(ServletRequest, ServletResponse)
.
RequestDispatcher
object that acts
as a wrapper for the resource located at the given path.
RequestDispatcher
object that acts as a wrapper for
the resource located at the given path.
HttpServletRequest
object.
InputStream
object.
ServletRequest.startAsync()
or
ServletRequest.startAsync(ServletRequest, ServletResponse)
.
ServletRegistration
.
http
, https
, or ftp
.
scripting-invalid
configuration,
which specifies whether scripting is enabled for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor
.
true
if the browser is sending cookies
only over a secure protocol, or false
if the
browser can send cookies using any protocol.
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.
ServletConfig
object.
ServletConfig
object, which contains
initialization and startup parameters for this servlet.
ServletContext
in which the caller
is executing.
ServletContext
in which this servlet
is running.
ServletContext
in which the caller
is executing.
FilterRegistration
.
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.
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.
HttpSession
associated with this request or, if there is no
current session and create
is true, returns
a new session.
SessionCookieConfig
object through which various
properties of the session tracking cookies created on behalf of this
ServletContext may be configured.
HttpServletResponse.getStatus()
on the wrapped response
object.
<taglib>
child elements of the
<jsp-config>
element represented by this
JspConfigDescriptor
.
trim-directive-whitespaces
configuration, which specifies whether template text containing only
whitespaces must be removed from the response output of any JSP
pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
FilterRegistration
.
JspPropertyGroupDescriptor
.
java.security.Principal
object containing
the name of the current authenticated user.
HttpSession.getAttribute(java.lang.String)
.
HttpSession.getAttributeNames()
PrintWriter
object that
can send character text to the client.
ServletContainerInitializer
can handle.ServletSecurity
annotation to
represent the security constraints to be applied to all HTTP protocol
methods for which a corresponding HttpMethodConstraint
element does
NOT occur within the ServletSecurity
annotation.HttpConstraint
annotation value.ServletSecurity
annotation to
represent security constraints on specific HTTP protocol messages.HttpMethodConstraint
annotation value.HttpConstraintElement
value.
HttpConstraintElement
value.
ServletRequest
interface
to provide request information for HTTP servlets.ServletResponse
interface to provide HTTP-specific
functionality in sending a response.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.HttpUtils
object.
include
is stored
include
is stored
include
is stored
include
is stored
include
is stored
super.init(config)
.
true
if the client does not yet know about the
session or if the client chooses not to join the session.
boolean
indicating
whether the servlet is permanently unavailable.
HttpServletRequest.isRequestedSessionIdFromURL()
instead.
ServletRequest
instance.
ServletRequest
of the given class type.
ServletResponse
instance.
ServletResponse
of the given class type.
web.xml
and web-fragment.xml
descriptors.<jsp-config>
related configuration of a web application.<jsp-property-group>
related configuration of a web application.Throwable
exception
to the servlet log file, prepended by the servlet's name.
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.
Throwable
exception
to the servlet log file.
ServletContext
.
null
as the value returned when
getUserPrincipal
, getRemoteUser
,
and getAuthType
is called on the request.
Servlet
class, indicating that instances of the Servlet expect requests
that conform to the multipart/form-data MIME type.MultipartConfig
annotation value.MultipartConfig
annotation value.
ServletRequest.startAsync()
methods.
ServletOutputStream
,
this method will be invoked by the container if and only
if ServletOutputStream.canWrite()
method
has been called and has returned false.
ServletContext
attribute whose value
(of type java.util.List<java.lang.String>
) contains
the list of names of JAR files in WEB-INF/lib
ordered by
their web fragment names (with possible exclusions if
<absolute-ordering>
without any
<others/>
is being used), or null if no
absolute or relative ordering has been specified
HashTable
object
with key-value pairs.
multipart/form-data
POST request.String
to the client,
without a carriage return-line feed (CRLF)
character at the end.
boolean
value to the client,
with no carriage return-line feed (CRLF)
character at the end.
long
value to the client,
with no carriage return-line feed (CRLF) at the end.
float
value to the client,
with no carriage return-line feed (CRLF) at the end.
double
value to the client,
with no carriage return-line feed (CRLF) at the end.
String
to the client,
followed by a carriage return-line feed (CRLF).
boolean
value to the client,
followed by a
carriage return-line feed (CRLF).
long
value to the client, followed by a
carriage return-line feed (CRLF).
float
value to the client,
followed by a carriage return-line feed (CRLF).
double
value to the client,
followed by a carriage return-line feed (CRLF).
HttpSession.setAttribute(java.lang.String, java.lang.Object)
Servlet
or Filter
may be
further configured.Servlet
or Filter
registered
via one of the addServlet or addFilter methods,
respectively, on ServletContext
may be further configured.HttpSession.removeAttribute(java.lang.String)
Content-Length
.
Request-Line
is not allowed for the resource
identified by the Request-URI
.
Request-URI
is longer
than the server is willing to interpret.
Location
field.
service
method and dispatches
them to the do
XXX methods defined in
this class.
service
method.
readLine
method
for reading data one line at a time.Servlet
may be further configured.Servlet
registered via one of the
addServlet methods on ServletContext
may be further
configured.ServletSecurity
annotation value.HttpConstraintElement
value as the default Constraint
element and with no HTTP Method specific constraint elements.
HttpConstraintElement
value as the default Constraint
element and with a collection of HTTP Method specific constraint
elements.
ServletSecurity
annotation value.
loadOnStartup
priority on the Servlet
represented by this dynamic ServletRegistration.
MultipartConfigElement
to be applied to the
mappings defined for this ServletRegistration
.
ServletInputStream
to invoke the provided
ReadListener
when it is possible to read
runAs
role for this
ServletRegistration
.
ServletSecurityElement
to be applied to the
mappings defined for this ServletRegistration
.
setStatus(int)
, to send an error with a description
use sendError(int, String)
.
Sets the status code and message for this response.
HttpServletResponseWrapper.setStatus(int)
, to send an error with a description
use HttpServletResponseWrapper.sendError(int, String)
ServletOutputStream
to invoke the provided
WriteListener
when it is possible to write
AsyncContext
with the original (unwrapped) ServletRequest
and ServletResponse objects.
AsyncContext
with the given request and response objects.
ServletRequest.startAsync()
on the wrapped request object.
ServletRequest.startAsync(ServletRequest, ServletResponse)
on the wrapped request object.
<taglib>
related configuration of a web application.UnavailableException.UnavailableException(String)
instead.
UnavailableException.UnavailableException(String, int)
instead.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |