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

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

戻り値:
セッションID。