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