org.seasar.cubby.action
クラス PassThrough

java.lang.Object
  上位を拡張 org.seasar.cubby.action.PassThrough
すべての実装されたインタフェース:
ActionResult

public class PassThrough
extends Object
implements ActionResult

フィルターチェーンを実行する ActionResult です。

作成者:
baba

コンストラクタの概要
PassThrough()
           
 
メソッドの概要
 void execute(ActionContext actionContext, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PassThrough

public PassThrough()
メソッドの詳細

execute

public void execute(ActionContext actionContext,
                    HttpServletRequest request,
                    HttpServletResponse response)
             throws Exception
処理を実行します。

定義:
インタフェース ActionResult 内の execute
パラメータ:
actionContext - アクションコンテキスト
request - 要求
response - 応答
例外:
Exception
関連項目:
FilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)


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