|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
public interface CycleFactory
| フィールドの概要 |
|---|
| インタフェース org.seasar.mayaa.ParameterAware から継承されたフィールド |
|---|
IS_SECURE_WEB |
| メソッドの概要 | |
|---|---|
void |
cycleFinalize()
リクエストの終了時に行う後処理。 |
CycleLocalVariables |
getLocalVariables()
リクエストサイクル中で有効な動的変数を制御するオブジェクトを返す。 |
ServiceCycle |
getServiceCycle()
サービスサイクルを取得する。 |
void |
initialize(java.lang.Object requestContext,
java.lang.Object responseContext)
リクエストおよびレスポンスのコンテキストオブジェクト設定。 |
| インタフェース org.seasar.mayaa.UnifiedFactory から継承されたメソッド |
|---|
getServiceClass, setServiceClass |
| インタフェース org.seasar.mayaa.ContextAware から継承されたメソッド |
|---|
getUnderlyingContext, setUnderlyingContext |
| インタフェース org.seasar.mayaa.ParameterAware から継承されたメソッド |
|---|
getParameter, iterateParameterNames, setParameter |
| インタフェース org.seasar.mayaa.PositionAware から継承されたメソッド |
|---|
getLineNumber, getSystemID, isOnTemplate, setLineNumber, setOnTemplate, setSystemID |
| メソッドの詳細 |
|---|
void initialize(java.lang.Object requestContext,
java.lang.Object responseContext)
requestContext - カレントのリクエストオブジェクト。responseContext - カレントのレスポンスオブジェクト。void cycleFinalize()
CycleLocalVariables getLocalVariables()
ServiceCycle getServiceCycle()
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||