org.seasar.cubby.controller
インタフェース ActionContext
- 既知の実装クラスの一覧:
- ActionContextImpl
public interface ActionContext
アクションメソッドの実行時のコンテキスト情報を保持するインターフェイス。
- 導入されたバージョン:
- 1.0
- 作成者:
- agata, baba
initialize
void initialize(ActionDef actionDef)
isInitialized
boolean isInitialized()
invoke
ActionResult invoke()
throws Exception
- 例外:
Exception
getComponentDef
ComponentDef getComponentDef()
getAction
Action getAction()
getMethod
Method getMethod()
getValidation
Validation getValidation()
getFormBean
Object getFormBean()
getFormDxo
FormDxo getFormDxo()
Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.