|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.environment.impl.AbstractRequest
Base class for any request
| Field Summary |
| Fields inherited from interface org.apache.cocoon.environment.Request |
GLOBAL_SCOPE, REQUEST_SCOPE |
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Constructor Summary | |
AbstractRequest()
|
|
| Method Summary | |
Map |
getAttributes()
|
Map |
getHeaders()
|
int |
getIntHeader(String name)
|
String |
getLocalAddr()
|
String |
getLocalName()
|
int |
getLocalPort()
|
Map |
getParameterMap()
|
Map |
getParameters()
|
BufferedReader |
getReader()
|
String |
getRealPath(String path)
|
int |
getRemotePort()
|
RequestDispatcher |
getRequestDispatcher(String path)
|
StringBuffer |
getRequestURL()
|
boolean |
isRequestedSessionIdFromUrl()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cocoon.environment.Request |
get, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getCocoonCookieMap, getCocoonCookies, getCocoonSession, getCocoonSession, getContentLength, getContentType, getContextPath, getCookieMap, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getLocalAttribute, getLocalAttributeNames, getLocale, getLocales, getMethod, getParameter, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getRemoteAddr, getRemoteHost, getRemoteUser, getRequestedSessionId, getRequestURI, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getSitemapPath, getSitemapURI, getSitemapURIPrefix, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, removeLocalAttribute, searchAttribute, setAttribute, setCharacterEncoding, setLocalAttribute |
| Constructor Detail |
public AbstractRequest()
| Method Detail |
public Map getAttributes()
getAttributes in interface org.apache.cocoon.environment.Requestpublic Map getParameters()
getParameters in interface org.apache.cocoon.environment.Requestpublic Map getHeaders()
getHeaders in interface org.apache.cocoon.environment.Requestpublic int getIntHeader(String name)
getIntHeader in interface HttpServletRequestpublic StringBuffer getRequestURL()
getRequestURL in interface HttpServletRequestpublic String getLocalAddr()
getLocalAddr in interface ServletRequestpublic String getLocalName()
getLocalName in interface ServletRequestpublic int getLocalPort()
getLocalPort in interface ServletRequestpublic Map getParameterMap()
getParameterMap in interface ServletRequestpublic int getRemotePort()
getRemotePort in interface ServletRequestpublic boolean isRequestedSessionIdFromUrl()
isRequestedSessionIdFromUrl in interface HttpServletRequest
public BufferedReader getReader()
throws IOException
getReader in interface ServletRequestIOExceptionpublic String getRealPath(String path)
getRealPath in interface ServletRequestpublic RequestDispatcher getRequestDispatcher(String path)
getRequestDispatcher in interface ServletRequest
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||