org.seasar.cubby.filter
クラス CubbyHttpServletRequestWrapper
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.seasar.cubby.filter.CubbyHttpServletRequestWrapper
- すべての実装されたインタフェース:
- HttpServletRequest, ServletRequest
public class CubbyHttpServletRequestWrapper
- extends HttpServletRequestWrapper
特別な属性を取得するためのリクエストのラッパです。
以下のような属性を使用することができます。
これらの属性は通常の属性よりも優先されるのでご注意ください。
- 導入されたバージョン:
- 1.0.0
- 作成者:
- baba
クラス 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 から継承されたメソッド |
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, toString, wait, wait, wait |
インタフェース javax.servlet.ServletRequest から継承されたメソッド |
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 |
CubbyHttpServletRequestWrapper
public CubbyHttpServletRequestWrapper(HttpServletRequest request,
ActionContext context)
- インスタンス化します。
- パラメータ:
request
- ラップするリクエストcontext
- アクションのコンテキスト
getAttribute
public Object getAttribute(String name)
- リクエストの属性を取得します。
- 定義:
- インタフェース
ServletRequest
内の getAttribute
- オーバーライド:
- クラス
ServletRequestWrapper
内の getAttribute
- パラメータ:
name
- 属性名
getAttributeNames
public Enumeration getAttributeNames()
- 属性名の列挙を返します。
- 定義:
- インタフェース
ServletRequest
内の getAttributeNames
- オーバーライド:
- クラス
ServletRequestWrapper
内の getAttributeNames
- 戻り値:
- 属性名の列挙
Copyright ツゥ 2006-2008 The Seasar Foundation. All Rights Reserved.