|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mortbay.jetty.servlet.ServletHttpRequest org.apache.geronimo.jetty.GeronimoServletHttpRequest
public class GeronimoServletHttpRequest
Field Summary |
---|
Fields inherited from class org.mortbay.jetty.servlet.ServletHttpRequest |
---|
__SESSIONID_COOKIE, __SESSIONID_NONE, __SESSIONID_NOT_CHECKED, __SESSIONID_URL |
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
---|---|
GeronimoServletHttpRequest(org.mortbay.jetty.servlet.ServletHandler servletHandler,
String pathInContext,
org.mortbay.http.HttpRequest request)
|
Method Summary | |
---|---|
String |
getRequestedSessionId()
|
void |
setRequestedSessionId(String pathParams)
|
Methods inherited from class org.mortbay.jetty.servlet.ServletHttpRequest |
---|
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletHttpResponse, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setCharacterEncoding, toString, unwrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeronimoServletHttpRequest(org.mortbay.jetty.servlet.ServletHandler servletHandler, String pathInContext, org.mortbay.http.HttpRequest request)
Method Detail |
---|
public String getRequestedSessionId()
getRequestedSessionId
in interface HttpServletRequest
getRequestedSessionId
in class org.mortbay.jetty.servlet.ServletHttpRequest
public void setRequestedSessionId(String pathParams)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |