|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.cubby.filter.CubbyFilter
public class CubbyFilter
Cubby用のフィルター。
リクエストの処理をActionProcessorに委譲します。
| コンストラクタの概要 | |
|---|---|
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 内の initServletExceptionpublic void destroy()
Filter 内の destroy
public void doFilter(ServletRequest req,
ServletResponse res,
FilterChain chain)
throws IOException,
ServletException
リクエストの処理をコンテナから取得したActionProcessorに委譲します。
Filter 内の doFilterreq - リクエストres - レスポンスchain - フィルタチェイン
IOException - リクエストディスパッチャやフィルタチェインで例外が発生した場合
ServletException - リクエストディスパッチャやフィルタチェインで例外が発生した場合
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||