org.seasar.cubby.action
クラス ActionTest.ActionImpl

java.lang.Object
  上位を拡張 org.seasar.cubby.action.Action
      上位を拡張 org.seasar.cubby.action.ActionTest.ActionImpl
含まれているクラス:
ActionTest

public static class ActionTest.ActionImpl
extends Action


フィールドの概要
 
クラス org.seasar.cubby.action.Action から継承されたフィールド
errors, flash
 
コンストラクタの概要
ActionTest.ActionImpl()
           
 
メソッドの概要
 ActionResult annotation()
           
protected  void initialize()
           
 void initialize2()
           
 ActionResult noannotation()
           
protected  void postrender()
           
 void postrender2()
           
protected  void prerender()
           
 void prerender2()
           
 
クラス org.seasar.cubby.action.Action から継承されたメソッド
getErrors, getFlash, invoke, invokeInitializeMethod, invokePostRenderMethod, invokePreRenderMethod, setErrors, setFlash
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActionTest.ActionImpl

public ActionTest.ActionImpl()
メソッドの詳細

noannotation

public ActionResult noannotation()

annotation

public ActionResult annotation()

initialize

protected void initialize()
オーバーライド:
クラス Action 内の initialize

initialize2

public void initialize2()

prerender

protected void prerender()
オーバーライド:
クラス Action 内の prerender

prerender2

public void prerender2()

postrender

protected void postrender()
オーバーライド:
クラス Action 内の postrender

postrender2

public void postrender2()


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.