|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
java.lang.Object.clone
method to return a copy of this cookie.
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.
null
if there is no attribute by that name.
Object
,
or null
if no attribute of the given name exists.
null
if no object is bound under the name.
Enumeration
containing the
attribute names available
within this servlet context.
Enumeration
containing the
names of the attributes available to this request.
Enumeration
of String
objects
containing the names of all the objects bound to this session.
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.
String
.
Enumeration
of String
objects.
Enumeration
and will be removed
in a future version of this API.
String
containing the value of the
named initialization parameter, or null
if
the 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 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.