|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Enhydra Director implementation of the request.
Field Summary | |
protected EnhydraDirectorConnection |
connection
|
protected org.apache.catalina.connector.HttpRequestFacade |
facade
Return the ServletRequest for which this object
is the facade. |
protected javax.servlet.FilterChain |
filterChain
|
protected boolean |
secure
|
protected org.apache.catalina.ValveContext |
valveContext
|
protected org.apache.catalina.Response |
wrapedResponse
|
Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
DirectorRequest(EnhydraDirectorConnection req)
|
Method Summary | |
void |
addCookie(javax.servlet.http.Cookie cookie)
Add a Cookie to the set of Cookies associated with this Request. |
void |
addHeader(java.lang.String name,
java.lang.String value)
Add a Header to the set of Headers associated with this Request. |
void |
addLocale(java.util.Locale locale)
Add a Locale to the set of preferred Locales for this Request. |
void |
addParameter(java.lang.String name,
java.lang.String[] values)
Add a parameter name and corresponding set of values to this Request. |
void |
clearCookies()
Clear the collection of Cookies associated with this Request. |
void |
clearHeaders()
Clear the collection of Headers associated with this Request. |
void |
clearLocales()
Clear the collection of Locales associated with this Request. |
void |
clearParameters()
Clear the collection of parameters associated with this Request. |
javax.servlet.ServletInputStream |
createInputStream()
Create and return a ServletInputStream to read the content associated with this Request. |
void |
finishRequest()
Perform whatever actions are required to close the input stream |
java.lang.Object |
getAttribute(java.lang.String name)
Return request attribute if it exists |
java.util.Enumeration |
getAttributeNames()
Return the names of all request attributes for this Request |
java.lang.String |
getAuthorization()
Return the authorization credentials sent with this request. |
java.lang.String |
getAuthType()
Get the Auth Type associated with this Request. |
java.lang.String |
getCharacterEncoding()
Return the Character Encoding associated with this Request. |
org.apache.catalina.Connector |
getConnector()
Return the Connector through which this Request was received. |
int |
getContentLength()
Return the Content Length associated with this Request. |
java.lang.String |
getContentType()
Return the Content Type associated with this Request. |
org.apache.catalina.Context |
getContext()
Return the Context within which this Request is being processed. |
java.lang.String |
getContextPath()
Get the Context Path associated with this Request. |
org.apache.tomcat.util.buf.MessageBytes |
getContextPathMB()
Get the context path. |
javax.servlet.http.Cookie[] |
getCookies()
Get cookies associated with this Request. |
long |
getDateHeader(java.lang.String name)
Return the Date Header with the specified name associated with this Request. |
java.lang.String |
getDecodedRequestURI()
Get the decoded request URI. |
org.apache.tomcat.util.buf.MessageBytes |
getDecodedRequestURIMB()
Get the decoded request URI. |
javax.servlet.FilterChain |
getFilterChain()
Get filter chain associated with the request. |
java.lang.String |
getHeader(java.lang.String name)
Return the Header with the specified name associated with this Request. |
java.util.Enumeration |
getHeaderNames()
Return the Header names associated with this Request. |
java.util.Enumeration |
getHeaders(java.lang.String name)
Return the Header names with the specified name associated with this Request. |
org.apache.catalina.Host |
getHost()
Return the Host within which this Request is being processed. |
java.lang.String |
getInfo()
Return descriptive information about this Request implementation |
javax.servlet.ServletInputStream |
getInputStream()
Return the servlet input stream for this Request. |
int |
getIntHeader(java.lang.String name)
Return the Int Header with the specified name associated with this Request. |
java.lang.String |
getLocalAddr()
Returns the Internet Protocol (IP) address of the interface on which the request was received. |
java.util.Locale |
getLocale()
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header
that was encountered. |
java.util.Enumeration |
getLocales()
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language
headers that were encountered. |
java.lang.String |
getLocalName()
Returns the host name of the Internet Protocol (IP) interface on which the request was received. |
int |
getLocalPort()
Returns the Internet Protocol (IP) port number of the interface on which the request was received. |
org.apache.tomcat.util.http.mapper.MappingData |
getMappingData()
Return mapping data |
java.lang.String |
getMethod()
Get the method associated with this Request. |
java.lang.Object |
getNote(java.lang.String name)
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists. |
java.util.Iterator |
getNoteNames()
Return an Iterator containing the String names of all notes bindings that exist for this request. |
java.lang.String |
getParameter(java.lang.String name)
Return the parameter with the specified name |
java.util.Map |
getParameterMap()
Returns a Map of the parameters of this request. |
java.util.Enumeration |
getParameterNames()
Return the parameter names |
java.lang.String[] |
getParameterValues(java.lang.String name)
Return the parameter values |
java.lang.String |
getPathInfo()
Get the Path Info associated with this Request. |
org.apache.tomcat.util.buf.MessageBytes |
getPathInfoMB()
Get the path info. |
java.lang.String |
getPathTranslated()
Get the Path Translated associated with this Request. |
java.lang.String |
getProtocol()
Return the Protocol associated with this Request. |
java.lang.String |
getQueryString()
Get the Query String associated with this Request. |
java.io.BufferedReader |
getReader()
Read the Reader wrapping the input stream for this Request. |
java.lang.String |
getRealPath(java.lang.String path)
Return the real path of the specified virtual path. |
java.lang.String |
getRemoteAddr()
Return the remote IP address making this Request. |
java.lang.String |
getRemoteHost()
Return the remote host name making this Request. |
int |
getRemotePort()
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request. |
java.lang.String |
getRemoteUser()
Get the Remote User associated with this Request. |
javax.servlet.ServletRequest |
getRequest()
|
javax.servlet.RequestDispatcher |
getRequestDispatcher(java.lang.String path)
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path. |
java.lang.String |
getRequestedSessionId()
Get the Requested SessionId associated with this Request. |
org.apache.tomcat.util.buf.MessageBytes |
getRequestPathMB()
Get the request path. |
java.lang.String |
getRequestURI()
Get the Requested URI associated with this Request. |
java.lang.StringBuffer |
getRequestURL()
Get the Requested URL associated with this Request. |
org.apache.catalina.Response |
getResponse()
Return the Response with which this Request is associated. |
java.lang.String |
getScheme()
Return the scheme used to make this Request. |
java.lang.String |
getServerName()
Return the Server Name |
int |
getServerPort()
Return the Server Port |
java.lang.String |
getServletPath()
Get the Servlet Path associated with this Request. |
org.apache.tomcat.util.buf.MessageBytes |
getServletPathMB()
Get the servlet path. |
javax.servlet.http.HttpSession |
getSession()
Get the Http session associated with this Request. |
javax.servlet.http.HttpSession |
getSession(boolean create)
Return the session associated with this Request, creating one if necessary and requested. |
java.net.Socket |
getSocket()
Not in use |
java.io.InputStream |
getStream()
Return the input stream associated with this Request. |
java.security.Principal |
getUserPrincipal()
Get the User Principal associated with this Request. |
org.apache.catalina.ValveContext |
getValveContext()
Get valve context. |
org.apache.catalina.Wrapper |
getWrapper()
Return the Wrapper within which this Request is being processed. |
boolean |
isRequestedSessionIdFromCookie()
Return true if the session identifier included in this
request came from a cookie. |
boolean |
isRequestedSessionIdFromUrl()
|
boolean |
isRequestedSessionIdFromURL()
Return true if the session identifier included in this
request came from the request URI. |
boolean |
isRequestedSessionIdValid()
|
boolean |
isSecure()
|
boolean |
isUserInRole(java.lang.String role)
|
void |
recycle()
Release all object references, and initialize instance variables, in preparation for reuse of this object. |
void |
removeAttribute(java.lang.String name)
Remove request attribute |
void |
removeNote(java.lang.String name)
Remove any object bound to the specified name in the internal notes for this request. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Set request attribute to the specified value |
void |
setAuthorization(java.lang.String authorization)
Set the authorization credentials sent with this request. |
void |
setAuthType(java.lang.String type)
Set the authentication type used for this request |
void |
setCharacterEncoding(java.lang.String env)
Set the Character Encoding associated with this Request. |
void |
setConnector(org.apache.catalina.Connector connector)
Set the Connector through which this Request was received. |
void |
setContentLength(int length)
Set the content length associated with this Request. |
void |
setContentType(java.lang.String type)
Set the content type associated with this Request. |
void |
setContext(org.apache.catalina.Context context)
Set the Context within which this Request is being processed. |
void |
setContextPath(java.lang.String path)
Set the context path for this Request. |
void |
setDecodedRequestURI(java.lang.String uri)
Set the decoded request URI. |
void |
setFilterChain(javax.servlet.FilterChain filterChain)
Set filter chain associated with the request. |
void |
setHost(org.apache.catalina.Host host)
Set the Host within which this Request is being processed. |
void |
setMethod(java.lang.String method)
Set the HTTP request method used for this Request. |
void |
setNote(java.lang.String name,
java.lang.Object value)
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name. |
void |
setPathInfo(java.lang.String path)
Set the path information for this Request. |
void |
setProtocol(java.lang.String protocol)
Set the protocol name and version associated with this Request. |
void |
setQueryString(java.lang.String query)
Set the query string for this Request |
void |
setRemoteAddr(java.lang.String remote)
Set the remote IP address associated with this Request. |
void |
setRequestedSessionCookie(boolean flag)
Set a flag indicating whether or not the requested session ID for this request came in through a cookie. |
void |
setRequestedSessionId(java.lang.String id)
Set the requested session ID for this request. |
void |
setRequestedSessionURL(boolean flag)
Set a flag indicating whether or not the requested session ID for this request came in through a URL. |
void |
setRequestURI(java.lang.String uri)
Set the unparsed request URI for this Request. |
void |
setResponse(org.apache.catalina.Response response)
Set the Response with which this Request is associated. |
void |
setScheme(java.lang.String scheme)
Set the name of the scheme associated with this request. |
void |
setSecure(boolean secure)
Set the value to be returned by isSecure() |
void |
setServerName(java.lang.String name)
Set the name of the server (virtual host) to process this request. |
void |
setServerPort(int port)
Set the port number of the server to process this request. |
void |
setServletPath(java.lang.String path)
Set the servlet path for this Request. |
void |
setSocket(java.net.Socket socket)
Not in use |
void |
setStream(java.io.InputStream stream)
Set the input stream associated with this Request. |
void |
setUserPrincipal(java.security.Principal principal)
Set the Principal who has been authenticated for this Request. |
void |
setValveContext(org.apache.catalina.ValveContext valveContext)
Set valve context. |
void |
setWrapper(org.apache.catalina.Wrapper wrapper)
Set the Wrapper within which this Request is being processed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected EnhydraDirectorConnection connection
protected org.apache.catalina.Response wrapedResponse
protected javax.servlet.FilterChain filterChain
protected org.apache.catalina.ValveContext valveContext
protected boolean secure
protected org.apache.catalina.connector.HttpRequestFacade facade
ServletRequest
for which this object
is the facade.
Constructor Detail |
public DirectorRequest(EnhydraDirectorConnection req)
Method Detail |
public org.apache.tomcat.util.http.mapper.MappingData getMappingData()
public java.lang.Object getAttribute(java.lang.String name)
getAttribute
in interface javax.servlet.ServletRequest
public void setAttribute(java.lang.String name, java.lang.Object value)
setAttribute
in interface javax.servlet.ServletRequest
public void removeAttribute(java.lang.String name)
removeAttribute
in interface javax.servlet.ServletRequest
public java.util.Enumeration getAttributeNames()
getAttributeNames
in interface javax.servlet.ServletRequest
public int getLocalPort()
getLocalPort
in interface javax.servlet.ServletRequest
public int getRemotePort()
getRemotePort
in interface javax.servlet.ServletRequest
public java.lang.String getLocalAddr()
getLocalAddr
in interface javax.servlet.ServletRequest
public java.lang.String getLocalName()
getLocalName
in interface javax.servlet.ServletRequest
public boolean isRequestedSessionIdFromCookie()
true
if the session identifier included in this
request came from a cookie.
isRequestedSessionIdFromCookie
in interface javax.servlet.http.HttpServletRequest
public boolean isRequestedSessionIdFromURL()
true
if the session identifier included in this
request came from the request URI.
isRequestedSessionIdFromURL
in interface javax.servlet.http.HttpServletRequest
public javax.servlet.http.HttpSession getSession(boolean create)
getSession
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getAuthorization()
getAuthorization
in interface org.apache.catalina.Request
public void setAuthorization(java.lang.String authorization)
setAuthorization
in interface org.apache.catalina.Request
public org.apache.catalina.Connector getConnector()
getConnector
in interface org.apache.catalina.Request
public void setConnector(org.apache.catalina.Connector connector)
setConnector
in interface org.apache.catalina.Request
connector
- The new connectorpublic org.apache.catalina.Context getContext()
getContext
in interface org.apache.catalina.Request
public void setContext(org.apache.catalina.Context context)
setContext
in interface org.apache.catalina.Request
public javax.servlet.FilterChain getFilterChain()
getFilterChain
in interface org.apache.catalina.Request
public void setFilterChain(javax.servlet.FilterChain filterChain)
setFilterChain
in interface org.apache.catalina.Request
public org.apache.catalina.Host getHost()
getHost
in interface org.apache.catalina.Request
public void setHost(org.apache.catalina.Host host)
setHost
in interface org.apache.catalina.Request
public java.lang.String getInfo()
getInfo
in interface org.apache.catalina.Request
public javax.servlet.ServletRequest getRequest()
getRequest
in interface org.apache.catalina.Request
public org.apache.catalina.Response getResponse()
getResponse
in interface org.apache.catalina.Request
public void setResponse(org.apache.catalina.Response response)
setResponse
in interface org.apache.catalina.Request
public java.net.Socket getSocket()
getSocket
in interface org.apache.catalina.Request
public void setSocket(java.net.Socket socket)
setSocket
in interface org.apache.catalina.Request
public java.io.InputStream getStream()
getStream
in interface org.apache.catalina.Request
public void setStream(java.io.InputStream stream)
setStream
in interface org.apache.catalina.Request
public org.apache.catalina.ValveContext getValveContext()
getValveContext
in interface org.apache.catalina.Request
public void setValveContext(org.apache.catalina.ValveContext valveContext)
setValveContext
in interface org.apache.catalina.Request
public org.apache.catalina.Wrapper getWrapper()
getWrapper
in interface org.apache.catalina.Request
public void setWrapper(org.apache.catalina.Wrapper wrapper)
setWrapper
in interface org.apache.catalina.Request
public javax.servlet.ServletInputStream createInputStream() throws java.io.IOException
createInputStream
in interface org.apache.catalina.Request
java.io.IOException
public void finishRequest() throws java.io.IOException
finishRequest
in interface org.apache.catalina.Request
java.io.IOException
public java.lang.Object getNote(java.lang.String name)
null
if no such binding exists.
getNote
in interface org.apache.catalina.Request
public java.util.Iterator getNoteNames()
getNoteNames
in interface org.apache.catalina.Request
public void recycle()
recycle
in interface org.apache.catalina.Request
public void removeNote(java.lang.String name)
removeNote
in interface org.apache.catalina.Request
name
- Name of the note to be removedpublic void setContentLength(int length)
setContentLength
in interface org.apache.catalina.Request
public void setContentType(java.lang.String type)
setContentType
in interface org.apache.catalina.Request
public void setNote(java.lang.String name, java.lang.Object value)
setNote
in interface org.apache.catalina.Request
public void setProtocol(java.lang.String protocol)
setProtocol
in interface org.apache.catalina.Request
public void setRemoteAddr(java.lang.String remote)
setRemoteAddr
in interface org.apache.catalina.Request
public void setScheme(java.lang.String scheme)
setScheme
in interface org.apache.catalina.Request
public void setSecure(boolean secure)
isSecure()
setSecure
in interface org.apache.catalina.Request
public void setServerName(java.lang.String name)
setServerName
in interface org.apache.catalina.Request
public void setServerPort(int port)
setServerPort
in interface org.apache.catalina.Request
port
- The server portpublic void addCookie(javax.servlet.http.Cookie cookie)
addCookie
in interface org.apache.catalina.HttpRequest
public void addHeader(java.lang.String name, java.lang.String value)
addHeader
in interface org.apache.catalina.HttpRequest
public void addLocale(java.util.Locale locale)
addLocale
in interface org.apache.catalina.HttpRequest
public void addParameter(java.lang.String name, java.lang.String[] values)
addParameter
in interface org.apache.catalina.HttpRequest
public void clearCookies()
clearCookies
in interface org.apache.catalina.HttpRequest
public void clearHeaders()
clearHeaders
in interface org.apache.catalina.HttpRequest
public void clearLocales()
clearLocales
in interface org.apache.catalina.HttpRequest
public void clearParameters()
clearParameters
in interface org.apache.catalina.HttpRequest
public void setAuthType(java.lang.String type)
setAuthType
in interface org.apache.catalina.HttpRequest
public org.apache.tomcat.util.buf.MessageBytes getContextPathMB()
getContextPathMB
in interface org.apache.catalina.HttpRequest
public void setContextPath(java.lang.String path)
setContextPath
in interface org.apache.catalina.HttpRequest
public void setMethod(java.lang.String method)
setMethod
in interface org.apache.catalina.HttpRequest
public void setQueryString(java.lang.String query)
setQueryString
in interface org.apache.catalina.HttpRequest
public org.apache.tomcat.util.buf.MessageBytes getPathInfoMB()
getPathInfoMB
in interface org.apache.catalina.HttpRequest
public void setPathInfo(java.lang.String path)
setPathInfo
in interface org.apache.catalina.HttpRequest
public org.apache.tomcat.util.buf.MessageBytes getRequestPathMB()
getRequestPathMB
in interface org.apache.catalina.HttpRequest
public void setRequestedSessionCookie(boolean flag)
setRequestedSessionCookie
in interface org.apache.catalina.HttpRequest
public void setRequestedSessionId(java.lang.String id)
setRequestedSessionId
in interface org.apache.catalina.HttpRequest
public void setRequestedSessionURL(boolean flag)
setRequestedSessionURL
in interface org.apache.catalina.HttpRequest
public void setRequestURI(java.lang.String uri)
setRequestURI
in interface org.apache.catalina.HttpRequest
public void setDecodedRequestURI(java.lang.String uri)
setDecodedRequestURI
in interface org.apache.catalina.HttpRequest
uri
- The decoded request URIpublic java.lang.String getDecodedRequestURI()
getDecodedRequestURI
in interface org.apache.catalina.HttpRequest
public org.apache.tomcat.util.buf.MessageBytes getDecodedRequestURIMB()
getDecodedRequestURIMB
in interface org.apache.catalina.HttpRequest
public org.apache.tomcat.util.buf.MessageBytes getServletPathMB()
getServletPathMB
in interface org.apache.catalina.HttpRequest
public void setServletPath(java.lang.String path)
setServletPath
in interface org.apache.catalina.HttpRequest
public void setUserPrincipal(java.security.Principal principal)
setUserPrincipal
in interface org.apache.catalina.HttpRequest
public java.lang.String getAuthType()
getAuthType
in interface javax.servlet.http.HttpServletRequest
public javax.servlet.http.Cookie[] getCookies()
getCookies
in interface javax.servlet.http.HttpServletRequest
public long getDateHeader(java.lang.String name)
getDateHeader
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getHeader(java.lang.String name)
getHeader
in interface javax.servlet.http.HttpServletRequest
public java.util.Enumeration getHeaders(java.lang.String name)
getHeaders
in interface javax.servlet.http.HttpServletRequest
public java.util.Enumeration getHeaderNames()
getHeaderNames
in interface javax.servlet.http.HttpServletRequest
public int getIntHeader(java.lang.String name)
getIntHeader
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getMethod()
getMethod
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getPathInfo()
getPathInfo
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getPathTranslated()
getPathTranslated
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getContextPath()
getContextPath
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getQueryString()
getQueryString
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getRemoteUser()
getRemoteUser
in interface javax.servlet.http.HttpServletRequest
public boolean isUserInRole(java.lang.String role)
isUserInRole
in interface javax.servlet.http.HttpServletRequest
public java.security.Principal getUserPrincipal()
getUserPrincipal
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getRequestedSessionId()
getRequestedSessionId
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getRequestURI()
getRequestURI
in interface javax.servlet.http.HttpServletRequest
public java.lang.StringBuffer getRequestURL()
getRequestURL
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getServletPath()
getServletPath
in interface javax.servlet.http.HttpServletRequest
public javax.servlet.http.HttpSession getSession()
getSession
in interface javax.servlet.http.HttpServletRequest
public boolean isRequestedSessionIdValid()
isRequestedSessionIdValid
in interface javax.servlet.http.HttpServletRequest
public boolean isRequestedSessionIdFromUrl()
isRequestedSessionIdFromUrl
in interface javax.servlet.http.HttpServletRequest
public java.lang.String getCharacterEncoding()
getCharacterEncoding
in interface javax.servlet.ServletRequest
public void setCharacterEncoding(java.lang.String env) throws java.io.UnsupportedEncodingException
setCharacterEncoding
in interface javax.servlet.ServletRequest
java.io.UnsupportedEncodingException
public int getContentLength()
getContentLength
in interface javax.servlet.ServletRequest
public java.lang.String getContentType()
getContentType
in interface javax.servlet.ServletRequest
public javax.servlet.ServletInputStream getInputStream() throws java.io.IOException
getInputStream
in interface javax.servlet.ServletRequest
java.io.IOException
public java.lang.String getParameter(java.lang.String name)
getParameter
in interface javax.servlet.ServletRequest
public java.util.Enumeration getParameterNames()
getParameterNames
in interface javax.servlet.ServletRequest
public java.lang.String[] getParameterValues(java.lang.String name)
getParameterValues
in interface javax.servlet.ServletRequest
public java.util.Map getParameterMap()
Map
of the parameters of this request.
getParameterMap
in interface javax.servlet.ServletRequest
public java.lang.String getProtocol()
getProtocol
in interface javax.servlet.ServletRequest
public java.lang.String getScheme()
getScheme
in interface javax.servlet.ServletRequest
public java.lang.String getServerName()
getServerName
in interface javax.servlet.ServletRequest
public int getServerPort()
getServerPort
in interface javax.servlet.ServletRequest
public java.io.BufferedReader getReader() throws java.io.IOException
getReader
in interface javax.servlet.ServletRequest
java.io.IOException
public java.lang.String getRemoteAddr()
getRemoteAddr
in interface javax.servlet.ServletRequest
public java.lang.String getRemoteHost()
getRemoteHost
in interface javax.servlet.ServletRequest
public java.util.Locale getLocale()
Accept-Language
header
that was encountered. If the request did not specify a preferred
language, the server's default Locale is returned.
getLocale
in interface javax.servlet.ServletRequest
public java.util.Enumeration getLocales()
Accept-Language
headers that were encountered. If the request did not specify a
preferred language, the server's default Locale is returned.
getLocales
in interface javax.servlet.ServletRequest
public boolean isSecure()
isSecure
in interface javax.servlet.ServletRequest
public javax.servlet.RequestDispatcher getRequestDispatcher(java.lang.String path)
getRequestDispatcher
in interface javax.servlet.ServletRequest
public java.lang.String getRealPath(java.lang.String path)
getRealPath
in interface javax.servlet.ServletRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |