public abstract class AbstractRequestWrapper
extends javax.servlet.http.HttpServletRequestWrapper
WebContext支持的HttpServletRequestWrapper。| 构造器和说明 |
|---|
AbstractRequestWrapper(WebContext context,
javax.servlet.http.HttpServletRequest request)
创建一个request wrapper。
|
| 限定符和类型 | 方法和说明 |
|---|---|
javax.servlet.ServletContext |
getServletContext()
取得当前request所处的servlet context环境。
|
protected WebContext |
getWebContext()
取得支持它们的
WebContext。 |
String |
toString()
取得字符串表示。
|
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, 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, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, 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, setCharacterEncodingpublic AbstractRequestWrapper(WebContext context, javax.servlet.http.HttpServletRequest request)
context - request contextrequest - requestpublic javax.servlet.ServletContext getServletContext()
ServletContext对象protected WebContext getWebContext()
WebContext。WebContext实例Copyright © 2006-2013 开源组织. All Rights Reserved.