feat2.impl
クラス RedirectResponse

java.lang.Object
  拡張feat2.impl.RedirectResponse
すべての実装インタフェース:
Response

public class RedirectResponse
extends java.lang.Object
implements Response

リダイレクト。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
RedirectResponse(RedirectConfig config)
           
 
メソッドの概要
 java.lang.String output(CommandContext ctx)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RedirectResponse

public RedirectResponse(RedirectConfig config)
メソッドの詳細

output

public java.lang.String output(CommandContext ctx)
                        throws java.io.IOException,
                               PropertyAccessException,
                               FileUploadException
定義:
インタフェース Response 内の output
パラメータ:
ctx -
戻り値:
レスポンスの委譲先。委譲しないときはnullを返す。
例外:
java.io.IOException
PropertyAccessException
FileUploadException