|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
javax.servlet.RequestDispatcher
interface
HttpServletRequestSimulator.setMethod(int)
to indicate that the GET method
made this request.
Object
,
or null
if no attribute of the given name exists.
null
if there is no attribute by that name.
Enumeration
containing the
names of the attributes available to this request.
Enumeration
containing the
attribute names available
within this servlet context.
null
if the type is not known.
Cookie
objects the client sent with this request.
String
.
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 servlet has
no initialization parameters.
Enumeration
of String
objects, or an
empty Enumeration
if the context has no initialization
parameters.
int
.
Locale
that the client will
accept content in, based on the Accept-Language header.
ServletOutputStream
suitable for writing binary
data in the response.
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.
ServletContext#getRealPath
instead.
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.
InputStream
object.
http
, https
, or ftp
.
ServletContext
in which the caller
is executing.
HttpSession
associated with this request or, if if there is no
current session and create
is true, returns
a new session.
java.security.Principal
object containing
the name of the current authenticated user.
PrintWriter
object that
can send character text to the client.
HttpServletRequestSimulator.isRequestedSessionIdFromURL()
instead.
Throwable
exception
to the servlet log file.
HttpServletRequestSimulator.setMethod(int)
to indicate that the POST method
made this request.
HttpServletRequestSimulator.setMethod(int)
to indicate that the PUT method
made this request.
javax.servlet.RequestDispatcher
object.System.out
.
HttpServletRequestSimulator.getAuthType()
.
HttpServletRequestSimulator.getCharacterEncoding()
.
HttpServletRequestSimulator.getContentType()
.
HttpServletRequestSimulator.getContextPath()
.
HttpServletRequestSimulator.getHeader(java.lang.String)
.
String
value.
String
value.
HttpServletRequestSimulator.getLocale()
.
getOutputStream
method
is to return a javax.servlet.ServletOutputStream
object
that sends the data to System.out
.
HttpServletRequestSimulator.getParameter(java.lang.String)
.
HttpServletRequestSimulator.getPathInfo()
.
HttpServletRequestSimulator.getQueryString()
.
HttpServletRequestSimulator.getRemoteAddr()
.
HttpServletRequestSimulator.getRemoteHost()
.
HttpServletRequestSimulator.getRemoteUser()
.
HttpServletRequestSimulator.getRequestURI()
.
HttpServletRequestSimulator.getRequestedSessionId()
.
HttpServletRequestSimulator.getScheme()
.
HttpServletRequestSimulator.getServerName()
.
HttpServletRequestSimulator.getServletPath()
.
HttpServletRequestSimulator.getUserPrincipal()
.
HttpServletRequestSimulator.isUserInRole(java.lang.String)
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |