feat2.impl
クラス ForwardResponse

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

public class ForwardResponse
extends java.lang.Object
implements Response

HTTPリクエストのフォワード。

作成者:
SUGIMOTO Ken-ichi

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

コンストラクタの詳細

ForwardResponse

public ForwardResponse(ForwardConfig config)
メソッドの詳細

output

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