org.seasar.cubby.filter
クラス CubbyFilter

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

public class CubbyFilter
extends Object
implements Filter

Cubby用のフィルター。 リクエストの処理をActionProcesserに委譲します。

作成者:
agata, baba

コンストラクタの概要
CubbyFilter()
           
 
メソッドの概要
 void destroy()
          廃棄処理。
 void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
          フィルター処理。
 void init(FilterConfig config)
          初期化処理。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CubbyFilter

public CubbyFilter()
メソッドの詳細

init

public void init(FilterConfig config)
          throws ServletException
初期化処理。 特に何も処理しません。

定義:
インタフェース Filter 内の init
例外:
ServletException

destroy

public void destroy()
廃棄処理。 特に何も処理しません。

定義:
インタフェース Filter 内の destroy

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse res,
                     FilterChain chain)
              throws IOException,
                     ServletException
フィルター処理。 リクエストの処理をS2Containerから取得したActionProcesserに委譲します。

定義:
インタフェース Filter 内の doFilter
例外:
IOException
ServletException


Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.