org.seasar.cubby.action.impl
クラス ActionContextImplTest.NormalAction

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

public static class ActionContextImplTest.NormalAction
extends org.seasar.cubby.action.Action


フィールドの概要
 
クラス org.seasar.cubby.action.Action から継承されたフィールド
errors, flash
 
コンストラクタの概要
ActionContextImplTest.NormalAction()
           
 
メソッドの概要
 void initialize()
           
 boolean isInitialized()
           
 boolean isPostrendered()
           
 boolean isPrerendered()
           
 org.seasar.cubby.action.ActionResult method1()
           
 void postrender()
           
 void prerender()
           
 
クラス 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
 

コンストラクタの詳細

ActionContextImplTest.NormalAction

public ActionContextImplTest.NormalAction()
メソッドの詳細

method1

public org.seasar.cubby.action.ActionResult method1()

initialize

public void initialize()
オーバーライド:
クラス org.seasar.cubby.action.Action 内の initialize

prerender

public void prerender()
オーバーライド:
クラス org.seasar.cubby.action.Action 内の prerender

postrender

public void postrender()
オーバーライド:
クラス org.seasar.cubby.action.Action 内の postrender

isInitialized

public boolean isInitialized()

isPrerendered

public boolean isPrerendered()

isPostrendered

public boolean isPostrendered()


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