|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.servlet.ServletRequestWrapper javax.servlet.http.HttpServletRequestWrapper org.seasar.framework.container.hotdeploy.HotdeployHttpServletRequest
HOT deploy用のHttpServletRequest
です。
フィールドの概要 | |
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 を破棄します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected HttpServletRequest originalRequest
HttpServletRequest
です。
protected HttpSession session
HttpSession
です。
コンストラクタの詳細 |
public HotdeployHttpServletRequest(HttpServletRequest originalRequest)
originalRequest
- メソッドの詳細 |
public HttpSession getSession()
public HttpSession getSession(boolean create)
protected void invalidateSession()
HttpSession
を破棄します。
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |