站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

ProxyRequest - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.server.servlet
Class ProxyRequest

java.lang.Object
  extended byorg.jboss.portal.server.servlet.AbstractDelegatingRequest
      extended byorg.jboss.portal.server.servlet.ProxyRequest
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class ProxyRequest
extends AbstractDelegatingRequest


Nested Class Summary
 class ProxyRequest.ProxySession
           
 
Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
ProxyRequest(javax.servlet.http.HttpServletRequest delegate, java.lang.String sessionId)
           
 
Method Summary
protected  javax.servlet.http.HttpServletRequest getDelegate()
           
 javax.servlet.http.HttpSession getSession()
           
 javax.servlet.http.HttpSession getSession(boolean create)
           
 
Methods inherited from class org.jboss.portal.server.servlet.AbstractDelegatingRequest
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, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setCharacterEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyRequest

public ProxyRequest(javax.servlet.http.HttpServletRequest delegate,
                    java.lang.String sessionId)
Method Detail

getDelegate

protected javax.servlet.http.HttpServletRequest getDelegate()
Specified by:
getDelegate in class AbstractDelegatingRequest

getSession

public javax.servlet.http.HttpSession getSession(boolean create)
Specified by:
getSession in interface javax.servlet.http.HttpServletRequest
Overrides:
getSession in class AbstractDelegatingRequest

getSession

public javax.servlet.http.HttpSession getSession()
Specified by:
getSession in interface javax.servlet.http.HttpServletRequest
Overrides:
getSession in class AbstractDelegatingRequest