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.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.