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

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

public interface ActionContext

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

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

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

メソッドの詳細

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.