jp.go.nict.langrid.commons.ws.servlet
クラス AbstractHttpFilter

java.lang.Object
  上位を拡張 jp.go.nict.langrid.commons.ws.servlet.AbstractHttpFilter
すべての実装されたインタフェース:
javax.servlet.Filter
直系の既知のサブクラス:
AbstractLangridAuthenticator, ApplicationAuthenticator, IOLoggingFilter, LocalhostAuthenticator, PassthroughAuthenticator, ProcessTimeMeasureFilter, SentinelAuthenticator

public abstract class AbstractHttpFilter
extends Object
implements javax.servlet.Filter

HTTPフィルタの基底クラス。

バージョン:
$Revision: 10560 $
作成者:
Takao Nakaguchi, $Author: Takao Nakaguchi $

コンストラクタの概要
AbstractHttpFilter()
           
 
メソッドの概要
 void destroy()
           
protected abstract  void doFilter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
protected  boolean hasInitializationException()
           
 void init(javax.servlet.FilterConfig config)
           
protected  void setInitializationException(IOException e)
           
protected  void setInitializationException(javax.servlet.ServletException e)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractHttpFilter

public AbstractHttpFilter()
メソッドの詳細

init

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

destroy

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

doFilter

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

doFilter

protected abstract void doFilter(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response,
                                 javax.servlet.FilterChain chain)
                          throws IOException,
                                 javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

setInitializationException

protected void setInitializationException(IOException e)

setInitializationException

protected void setInitializationException(javax.servlet.ServletException e)

hasInitializationException

protected boolean hasInitializationException()