org.seasar.extension.dbsession
クラス DbHttpServletRequestWrapper

java.lang.Object
  拡張javax.servlet.ServletRequestWrapper
      拡張javax.servlet.http.HttpServletRequestWrapper
          拡張org.seasar.extension.dbsession.DbHttpServletRequestWrapper
すべての実装インタフェース:
HttpServletRequest, ServletRequest

public class DbHttpServletRequestWrapper
extends HttpServletRequestWrapper

getSession()メソッドでDbHttpSessionWrapperを返すクラスです。

作成者:
higa

フィールドの概要
 
インタフェース javax.servlet.http.HttpServletRequest から継承したフィールド
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
コンストラクタの概要
DbHttpServletRequestWrapper(HttpServletRequest request, DbSessionStateManager sessionStateManager)
           
 
メソッドの概要
 HttpSession getSession()
           
 HttpSession getSession(boolean create)
           
 DbHttpSessionWrapper getSessionWrapper()
          DbHttpSessionWrapperを返します。
 
クラス javax.servlet.http.HttpServletRequestWrapper から継承したメソッド
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, 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, toString, 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
 

コンストラクタの詳細

DbHttpServletRequestWrapper

public DbHttpServletRequestWrapper(HttpServletRequest request,
                                   DbSessionStateManager sessionStateManager)
パラメータ:
request -
sessionStateManager -
メソッドの詳細

getSession

public HttpSession getSession()

getSession

public HttpSession getSession(boolean create)

getSessionWrapper

public DbHttpSessionWrapper getSessionWrapper()
DbHttpSessionWrapperを返します。

戻り値:


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.