org.tinygroup.weblayer.webcontext
类 AbstractRequestWrapper

java.lang.Object
  继承者 javax.servlet.ServletRequestWrapper
      继承者 javax.servlet.http.HttpServletRequestWrapper
          继承者 org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
所有已实现的接口:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public abstract class AbstractRequestWrapper
extends javax.servlet.http.HttpServletRequestWrapper

WebContext支持的HttpServletRequestWrapper

作者:
renhui

字段摘要
 
从接口 javax.servlet.http.HttpServletRequest 继承的字段
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
构造方法摘要
AbstractRequestWrapper(WebContext context, javax.servlet.http.HttpServletRequest request)
          创建一个request wrapper。
 
方法摘要
 javax.servlet.ServletContext getServletContext()
          取得当前request所处的servlet context环境。
protected  WebContext getWebContext()
          取得支持它们的WebContext
 String toString()
          取得字符串表示。
 
从类 javax.servlet.http.HttpServletRequestWrapper 继承的方法
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
从类 javax.servlet.ServletRequestWrapper 继承的方法
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 javax.servlet.ServletRequest 继承的方法
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 

构造方法详细信息

AbstractRequestWrapper

public AbstractRequestWrapper(WebContext context,
                              javax.servlet.http.HttpServletRequest request)
创建一个request wrapper。

参数:
context - request context
request - request
方法详细信息

getServletContext

public javax.servlet.ServletContext getServletContext()
取得当前request所处的servlet context环境。

返回:
ServletContext对象

getWebContext

protected WebContext getWebContext()
取得支持它们的WebContext

返回:
WebContext实例

toString

public String toString()
取得字符串表示。

覆盖:
Object 中的 toString
返回:
字符串表示


Copyright © 2006–2013 开源组织. All rights reserved.