|
||||||||||
| 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.CauchoRequestWrapper
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, startAsync, unwrapRequest |
| Methods inherited from class com.caucho.server.http.AbstractCauchoRequest |
|---|
addCloseOnExit, authenticate, finishRequest, getLoadedSession, getParameterImpl, getParameterMapImpl, getParameterNamesImpl, getParameterValuesImpl, getRealPath, getRunAs, getServer, getSession, getSession, getSessionCookie, getSessionGroup, getSessionManager, getSocketLink, getStream, getUserPrincipal, isUserInRole, login, login, mergeParameters, parseGetQueryImpl, parsePostQueryImpl, parseQueryImpl |
| 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 ServletRequestgetDispatcherType in class ForwardRequestpublic java.lang.Object getAttribute(java.lang.String name)
ServletRequest
getAttribute in interface ServletRequestgetAttribute in class ForwardRequestname - the attribute name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||