org.seasar.extension.filter
クラス EncodingFilter

java.lang.Object
  拡張org.seasar.extension.filter.EncodingFilter
すべての実装インタフェース:
Filter

public class EncodingFilter
extends Object
implements Filter

リクエストのエンコーディングを設定するためのフィルタです。

作成者:
higa

フィールドの概要
static String DEFAULT_ENCODING
          デフォルトのエンコーディング
static String ENCODING
          エンコーディングのキー
 
コンストラクタの概要
EncodingFilter()
          EncodingFilterを作成します。
 
メソッドの概要
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig config)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ENCODING

public static String ENCODING
エンコーディングのキー


DEFAULT_ENCODING

public static String DEFAULT_ENCODING
デフォルトのエンコーディング

コンストラクタの詳細

EncodingFilter

public EncodingFilter()
EncodingFilterを作成します。

メソッドの詳細

init

public void init(FilterConfig config)
          throws ServletException
定義:
インタフェース Filter 内の init
例外:
ServletException

destroy

public void destroy()
定義:
インタフェース Filter 内の destroy

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
定義:
インタフェース Filter 内の doFilter
例外:
IOException
ServletException


Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.