feat2.impl
クラス RedirectResponse
java.lang.Object
feat2.impl.RedirectResponse
- すべての実装インタフェース:
- Response
- public class RedirectResponse
- extends java.lang.Object
- implements Response
リダイレクト。
- 作成者:
- SUGIMOTO Ken-ichi
クラス 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
FileUploadException
java.io.IOException
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