org.seasar.cubby.internal.util
クラス MockFormAction

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

public class MockFormAction
extends Action


フィールドの概要
 
クラス org.seasar.cubby.action.Action から継承されたフィールド
errors, flash
 
コンストラクタの概要
MockFormAction()
           
 
メソッドの概要
 Object getForm()
           
 Object getNullForm()
           
 ActionResult illegalForm()
           
 ActionResult legalForm()
           
 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
 

コンストラクタの詳細

MockFormAction

public MockFormAction()
メソッドの詳細

getForm

public Object getForm()

getNullForm

public Object getNullForm()

normal

public ActionResult normal()

legalForm

public ActionResult legalForm()

illegalForm

public ActionResult illegalForm()


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