org.seasar.cubby.action
クラス ForwardHttpServletRequestWrapper

java.lang.Object
  上位を拡張 javax.servlet.ServletRequestWrapper
      上位を拡張 javax.servlet.http.HttpServletRequestWrapper
          上位を拡張 org.seasar.cubby.action.ForwardHttpServletRequestWrapper
すべての実装されたインタフェース:
HttpServletRequest, ServletRequest

public class ForwardHttpServletRequestWrapper
extends HttpServletRequestWrapper

作成者:
baba

フィールドの概要
 
インタフェース javax.servlet.http.HttpServletRequest から継承されたフィールド
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
コンストラクタの概要
ForwardHttpServletRequestWrapper(HttpServletRequest request, ActionContext context)
           
 
メソッドの概要
 Object getAttribute(String name)
           
 Enumeration getAttributeNames()
           
 
クラス 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
 

コンストラクタの詳細

ForwardHttpServletRequestWrapper

public ForwardHttpServletRequestWrapper(HttpServletRequest request,
                                        ActionContext context)
メソッドの詳細

getAttribute

public Object getAttribute(String name)
定義:
インタフェース ServletRequest 内の getAttribute
オーバーライド:
クラス ServletRequestWrapper 内の getAttribute

getAttributeNames

public Enumeration getAttributeNames()
定義:
インタフェース ServletRequest 内の getAttributeNames
オーバーライド:
クラス ServletRequestWrapper 内の getAttributeNames


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.