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)
           
static void redirectGet(java.lang.String uri, java.util.Map inputs, CommandContext ctx)
           
static void redirectPost(java.lang.String uri, java.util.Map inputs, 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を返す。
例外:
PropertyAccessException
java.io.IOException
FileUploadException

redirectGet

public static void redirectGet(java.lang.String uri,
                               java.util.Map inputs,
                               CommandContext ctx)
                        throws java.io.UnsupportedEncodingException,
                               java.io.IOException
例外:
java.io.UnsupportedEncodingException
java.io.IOException

redirectPost

public static void redirectPost(java.lang.String uri,
                                java.util.Map inputs,
                                CommandContext ctx)
                         throws java.io.IOException,
                                java.io.UnsupportedEncodingException
例外:
java.io.IOException
java.io.UnsupportedEncodingException