org.apache.geronimo.jetty
Class GeronimoServletHttpRequest

java.lang.Object
  extended by org.mortbay.jetty.servlet.ServletHttpRequest
      extended by org.apache.geronimo.jetty.GeronimoServletHttpRequest
All Implemented Interfaces:
HttpServletRequest, ServletRequest

public class GeronimoServletHttpRequest
extends org.mortbay.jetty.servlet.ServletHttpRequest


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

GeronimoServletHttpRequest

public GeronimoServletHttpRequest(org.mortbay.jetty.servlet.ServletHandler servletHandler,
                                  String pathInContext,
                                  org.mortbay.http.HttpRequest request)
Method Detail

getRequestedSessionId

public String getRequestedSessionId()
Specified by:
getRequestedSessionId in interface HttpServletRequest
Overrides:
getRequestedSessionId in class org.mortbay.jetty.servlet.ServletHttpRequest

setRequestedSessionId

public void setRequestedSessionId(String pathParams)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.