|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ActionContext
アクションメソッドの実行時コンテキストです。
メソッドの概要 | |
---|---|
Action |
getAction()
アクションのオブジェクトを取得します。 |
ComponentDef |
getComponentDef()
アクションのコンポーネントの定義を取得します。 |
Object |
getFormBean()
アクションのフォームオブジェクトを取得します。 |
FormDxo |
getFormDxo()
リクエストパラメータとフォームオブジェクトを変換する DXO を取得します |
Method |
getMethod()
アクションメソッドを取得します。 |
Validation |
getValidation()
アクションの入力検証の定義を取得します。 |
void |
initialize(ActionDef actionDef)
このコンテキストを初期化します。 |
ActionResult |
invoke()
このコンテキストが保持するアクションを実行します。 |
boolean |
isInitialized()
このコンテキストが初期化されているかを示します。 |
メソッドの詳細 |
---|
void initialize(ActionDef actionDef)
actionDef
- アクションの定義boolean isInitialized()
true
、そうでない場合は
false
ActionResult invoke() throws Exception
Exception
- アクションが例外をスローした場合ComponentDef getComponentDef()
Action getAction()
Method getMethod()
Validation getValidation()
Object getFormBean()
FormDxo getFormDxo()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |