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