public interface ActionFilter
GenericAction
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
doFilter(String path,
PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionFilterChain filterChain)
Filter 機能を実行します。
|
boolean doFilter(String path, PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionFilterChain filterChain) throws IOException, javax.servlet.ServletException
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスfilterChain
- 次のフィルタIOException
- 入出力処理においてエラーが発生した場合javax.servlet.ServletException
- サーブレット・コンテナでエラーが発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION