org.seasar.cubby.controller
インタフェース ActionContext

既知の実装クラスの一覧:
ActionContextImpl

public interface ActionContext

アクションメソッドの実行時のコンテキスト情報を保持するインターフェイス

導入されたバージョン:
1.0
作成者:
agata

メソッドの概要
 Action getAction()
           
 ComponentDef getComponentDef()
           
 Object getFormBean()
           
 Method getMethod()
           
 Populator getPopulator()
           
 Validation getValidation()
           
 void initialize(ActionDef actionDef)
           
 ActionResult invoke()
           
 boolean isInitialized()
           
 

メソッドの詳細

initialize

void initialize(ActionDef actionDef)

isInitialized

boolean isInitialized()

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.