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
- 関連項目:
- 直列化された形式
クラス 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.