org.seasar.cubby.controller.impl
クラス ActionContextImpl

java.lang.Object
  上位を拡張 org.seasar.cubby.controller.impl.ActionContextImpl
すべての実装されたインタフェース:
Serializable, ActionContext

public class ActionContextImpl
extends Object
implements ActionContext, Serializable

作成者:
baba
関連項目:
直列化された形式

コンストラクタの概要
ActionContextImpl()
           
 
メソッドの概要
 Action getAction()
           
 ComponentDef getComponentDef()
           
 Object getFormBean()
           
 Method getMethod()
           
 Populator getPopulator()
           
 Validation getValidation()
           
 void initialize(ActionDef actionDef)
           
 ActionResult invoke()
           
 void setPopulator(Populator populator)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActionContextImpl

public ActionContextImpl()
メソッドの詳細

initialize

public void initialize(ActionDef actionDef)
定義:
インタフェース ActionContext 内の initialize

getPopulator

public Populator getPopulator()
定義:
インタフェース ActionContext 内の getPopulator

setPopulator

public void setPopulator(Populator populator)

getComponentDef

public ComponentDef getComponentDef()
定義:
インタフェース ActionContext 内の getComponentDef

getMethod

public Method getMethod()
定義:
インタフェース ActionContext 内の getMethod

getAction

public Action getAction()
定義:
インタフェース ActionContext 内の getAction

getValidation

public Validation getValidation()
定義:
インタフェース ActionContext 内の getValidation

invoke

public ActionResult invoke()
                    throws Throwable
定義:
インタフェース ActionContext 内の invoke
例外:
Throwable

getFormBean

public Object getFormBean()
定義:
インタフェース ActionContext 内の getFormBean


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.