org.seasar.cubby.util
クラス MockFormAction

java.lang.Object
  上位を拡張 org.seasar.cubby.action.Action
      上位を拡張 org.seasar.cubby.util.MockFormAction

public class MockFormAction
extends org.seasar.cubby.action.Action


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

フィールドの詳細

form

public Object form

nullForm

public Object nullForm
コンストラクタの詳細

MockFormAction

public MockFormAction()
メソッドの詳細

normal

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

legalForm

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

illegalForm

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


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