|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.cubby.filter.CubbyFilter
public class CubbyFilter
Cubby用のフィルター。 リクエストの処理をActionProcesserに委譲します。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public CubbyFilter()
メソッドの詳細 |
---|
public void init(FilterConfig config) throws ServletException
Filter
内の init
ServletException
public void destroy()
Filter
内の destroy
public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException
Filter
内の doFilter
IOException
ServletException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |