org.seasar.cubby.action
クラス ForwardTest

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

public class ForwardTest
extends Object


コンストラクタの概要
ForwardTest()
           
 
メソッドの概要
 void absolutePath()
           
 void basicSequence()
           
 void forwardByClassAndIndex()
           
 void forwardByClassAndMethodName()
           
 void forwardByClassAndMethodNameWithParam()
           
 void getPath()
           
 void param()
           
 void relativePath()
           
 void setupProvider()
           
 void setupRequest()
           
 void tearDownProvider()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ForwardTest

public ForwardTest()
メソッドの詳細

setupProvider

public void setupProvider()

tearDownProvider

public void tearDownProvider()

setupRequest

public void setupRequest()

basicSequence

public void basicSequence()
                   throws Exception
例外:
Exception

relativePath

public void relativePath()
                  throws Exception
例外:
Exception

absolutePath

public void absolutePath()
                  throws Exception
例外:
Exception

getPath

public void getPath()
             throws Exception
例外:
Exception

param

public void param()
           throws Exception
例外:
Exception

forwardByClassAndMethodName

public void forwardByClassAndMethodName()
                                 throws Exception
例外:
Exception

forwardByClassAndIndex

public void forwardByClassAndIndex()
                            throws Exception
例外:
Exception

forwardByClassAndMethodNameWithParam

public void forwardByClassAndMethodNameWithParam()
                                          throws Exception
例外:
Exception


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