at.gv.egiz.pdfas.web.filter
Class EncodingFilter

java.lang.Object
  extended byat.gv.egiz.pdfas.web.filter.EncodingFilter
All Implemented Interfaces:
Filter

public class EncodingFilter
extends Object
implements Filter

Author:
Thomas Knall

Constructor Summary
EncodingFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 String toString(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingFilter

public EncodingFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

toString

public String toString(boolean verbose)

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain filterChain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter


Copyright © 2006-2010. All Rights Reserved.