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

java.lang.Object
  上位を拡張 org.seasar.cubby.action.impl.ActionContextImplTest

public class ActionContextImplTest
extends Object


入れ子のクラスの概要
static class ActionContextImplTest.FormAction
           
static class ActionContextImplTest.NormalAction
           
static class ActionContextImplTest.PojoAction
           
 
コンストラクタの概要
ActionContextImplTest()
           
 
メソッドの概要
 void clearFlash()
           
 void constructWithNormalAction()
           
 void constructWithPojoAction()
           
 void getForm_annotateAllPropertiesBindingType()
           
 void getForm_annotateNoneBindingType()
           
 void getForm_annotateNotExistFormName()
           
 void getForm_annotateNullFormName()
           
 void getForm_annotateOnlySpecifiedPropertiesBindingType()
           
 void getForm_annotateThisFormName()
           
 void getForm_annotateValidFormName()
           
 void getForm_noAnnotateMethod()
           
 void invokeWithNormalAction()
           
 void invokeWithPojoAction()
           
 void setupProvider()
           
 void teardownProvider()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActionContextImplTest

public ActionContextImplTest()
メソッドの詳細

setupProvider

public void setupProvider()

teardownProvider

public void teardownProvider()

constructWithNormalAction

public void constructWithNormalAction()
                               throws Exception
例外:
Exception

invokeWithNormalAction

public void invokeWithNormalAction()
                            throws Exception
例外:
Exception

constructWithPojoAction

public void constructWithPojoAction()
                             throws Exception
例外:
Exception

invokeWithPojoAction

public void invokeWithPojoAction()
                          throws Exception
例外:
Exception

getForm_noAnnotateMethod

public void getForm_noAnnotateMethod()
                              throws Exception
例外:
Exception

getForm_annotateValidFormName

public void getForm_annotateValidFormName()
                                   throws Exception
例外:
Exception

getForm_annotateAllPropertiesBindingType

public void getForm_annotateAllPropertiesBindingType()
                                              throws Exception
例外:
Exception

getForm_annotateOnlySpecifiedPropertiesBindingType

public void getForm_annotateOnlySpecifiedPropertiesBindingType()
                                                        throws Exception
例外:
Exception

getForm_annotateNoneBindingType

public void getForm_annotateNoneBindingType()
                                     throws Exception
例外:
Exception

getForm_annotateNullFormName

public void getForm_annotateNullFormName()
                                  throws Exception
例外:
Exception

getForm_annotateNotExistFormName

public void getForm_annotateNotExistFormName()
                                      throws Exception
例外:
Exception

getForm_annotateThisFormName

public void getForm_annotateThisFormName()
                                  throws Exception
例外:
Exception

clearFlash

public void clearFlash()
                throws Exception
例外:
Exception


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