jp.co.fujitsu.reffi.server.web.filter
クラス EncodingFilter
java.lang.Object
jp.co.fujitsu.reffi.server.web.filter.EncodingFilter
- すべての実装されたインタフェース:
- Filter
public class EncodingFilter
- extends Object
- implements Filter
[概 要]
文字コードフィルタークラス。
[詳 細]
[備 考]
- 作成者:
- Project Reffi
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_REQUEST_ENCODING
public static final String PARAM_REQUEST_ENCODING
- リクエスト文字コード設定パラメータ名
- 関連項目:
- 定数フィールド値
PARAM_RESPONSE_ENCODING
public static final String PARAM_RESPONSE_ENCODING
- レスポンス文字コード設定パラメータ名
- 関連項目:
- 定数フィールド値
EncodingFilter
public EncodingFilter()
destroy
public void destroy()
- 定義:
- インタフェース
Filter 内の destroy
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain filterChain)
throws IOException,
ServletException
- 定義:
- インタフェース
Filter 内の doFilter
- 例外:
IOException
ServletException
init
public void init(FilterConfig filterConfig)
throws ServletException
- 定義:
- インタフェース
Filter 内の init
- 例外:
ServletException
Copyright(C) Fujitsu All Rights Reserved.