org.seasar.framework.container.hotdeploy
クラス HotdeployHttpServletRequest

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

public class HotdeployHttpServletRequest
extends HttpServletRequestWrapper

HOT deploy用のHttpServletRequestです。

作成者:
koichik

フィールドの概要
protected  HttpServletRequest originalRequest
          オリジナルのHttpServletRequestです。
protected  HttpSession session
          HOT deploy用のHttpSessionです。
 
インタフェース javax.servlet.http.HttpServletRequest から継承したフィールド
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
コンストラクタの概要
HotdeployHttpServletRequest(HttpServletRequest originalRequest)
          インスタンスを構築します。
 
メソッドの概要
 HttpSession getSession()
           
 HttpSession getSession(boolean create)
           
protected  void invalidateSession()
          HttpSessionを破棄します。
 
クラス 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
 

フィールドの詳細

originalRequest

protected HttpServletRequest originalRequest
オリジナルのHttpServletRequestです。


session

protected HttpSession session
HOT deploy用のHttpSessionです。

コンストラクタの詳細

HotdeployHttpServletRequest

public HotdeployHttpServletRequest(HttpServletRequest originalRequest)
インスタンスを構築します。

パラメータ:
originalRequest -
メソッドの詳細

getSession

public HttpSession getSession()

getSession

public HttpSession getSession(boolean create)

invalidateSession

protected void invalidateSession()
HttpSessionを破棄します。



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