org.seasar.mayaa.cycle.scope
インタフェース SessionScope

すべてのスーパーインタフェース:
AttributeScope, ContextAware, ParameterAware, PositionAware, java.io.Serializable

public interface SessionScope
extends java.io.Serializable, AttributeScope, ContextAware

セッションレベルのスコープ。


メソッドの概要
 java.lang.String getSessionID()
          セッションIDの取得。
 
インタフェース org.seasar.mayaa.cycle.scope.AttributeScope から継承したメソッド
getAttribute, getScopeName, hasAttribute, isAttributeWritable, iterateAttributeNames, newAttribute, removeAttribute, setAttribute
 
インタフェース org.seasar.mayaa.ParameterAware から継承したメソッド
getParameter, iterateParameterNames, setParameter
 
インタフェース org.seasar.mayaa.PositionAware から継承したメソッド
getLineNumber, getSystemID, isOnTemplate, setLineNumber, setOnTemplate, setSystemID
 
インタフェース org.seasar.mayaa.ContextAware から継承したメソッド
getUnderlyingContext, setUnderlyingContext
 

メソッドの詳細

getSessionID

public java.lang.String getSessionID()
セッションIDの取得。

戻り値:
セッションID。