org.seasar.extension.httpsession
クラス S2HttpSession
java.lang.Object
org.seasar.extension.httpsession.S2HttpSession
- すべての実装インタフェース:
- HttpSession
- public class S2HttpSession
- extends Object
- implements HttpSession
セッション情報をS2で管理するためのHttpSessionです。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S2HttpSession
public S2HttpSession(String id,
SessionStateManager sessionStateManager,
ServletContext servletContext,
boolean isNew)
S2HttpSession
を作成します。
- パラメータ:
id
- sessionStateManager
- servletContext
- isNew
-
getSessionState
public SessionState getSessionState()
- SessionStateを返します。
- 戻り値:
getAttribute
public Object getAttribute(String name)
- 定義:
- インタフェース
HttpSession
内の getAttribute
setupSessionState
protected void setupSessionState()
getAttributeNames
public Enumeration getAttributeNames()
- 定義:
- インタフェース
HttpSession
内の getAttributeNames
getCreationTime
public long getCreationTime()
- 定義:
- インタフェース
HttpSession
内の getCreationTime
getId
public String getId()
- 定義:
- インタフェース
HttpSession
内の getId
getLastAccessedTime
public long getLastAccessedTime()
- 定義:
- インタフェース
HttpSession
内の getLastAccessedTime
getMaxInactiveInterval
public int getMaxInactiveInterval()
- 定義:
- インタフェース
HttpSession
内の getMaxInactiveInterval
getServletContext
public ServletContext getServletContext()
- 定義:
- インタフェース
HttpSession
内の getServletContext
getSessionContext
public HttpSessionContext getSessionContext()
- 推奨されていません。
- 定義:
- インタフェース
HttpSession
内の getSessionContext
getValue
public Object getValue(String name)
- 定義:
- インタフェース
HttpSession
内の getValue
getValueNames
public String[] getValueNames()
- 定義:
- インタフェース
HttpSession
内の getValueNames
invalidate
public void invalidate()
- 定義:
- インタフェース
HttpSession
内の invalidate
isNew
public boolean isNew()
- 定義:
- インタフェース
HttpSession
内の isNew
putValue
public void putValue(String name,
Object value)
- 定義:
- インタフェース
HttpSession
内の putValue
removeAttribute
public void removeAttribute(String name)
- 定義:
- インタフェース
HttpSession
内の removeAttribute
removeValue
public void removeValue(String name)
- 定義:
- インタフェース
HttpSession
内の removeValue
setAttribute
public void setAttribute(String name,
Object value)
- 定義:
- インタフェース
HttpSession
内の setAttribute
setMaxInactiveInterval
public void setMaxInactiveInterval(int interval)
- 定義:
- インタフェース
HttpSession
内の setMaxInactiveInterval
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.