|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.http.AbstractCauchoRequest
com.caucho.server.http.CauchoDispatchRequest
com.caucho.server.webapp.ForwardRequest
com.caucho.server.webapp.ErrorRequest
public class ErrorRequest
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.server.http.AbstractCauchoRequest |
---|
AbstractCauchoRequest.PartImpl |
Field Summary |
---|
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
---|---|
ErrorRequest()
|
|
ErrorRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
|
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Returns an attribute value. |
DispatcherType |
getDispatcherType()
Returns DispatcherType |
Methods inherited from class com.caucho.server.webapp.ForwardRequest |
---|
calculateQueryString, getContextPath, getInvocation, getPageContextPath, getPagePathInfo, getPageQueryString, getPageServletPath, getPageURI, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getQueryString, getRequestURI, getResponse, getServletContext, getServletName, getServletPath, getWebApp, isAsyncSupported, parsePostQueryImpl, startAsync, unwrapRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ErrorRequest()
public ErrorRequest(HttpServletRequest request, HttpServletResponse response, Invocation invocation)
Method Detail |
---|
public DispatcherType getDispatcherType()
ServletRequest
getDispatcherType
in interface ServletRequest
getDispatcherType
in class ForwardRequest
public java.lang.Object getAttribute(java.lang.String name)
ServletRequest
getAttribute
in interface ServletRequest
getAttribute
in class ForwardRequest
name
- the attribute name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |