es.rediris.papi.filter
Class PAPIFilter

java.lang.Object
  extended by es.rediris.papi.filter.PAPIFilter
All Implemented Interfaces:
Filter

public class PAPIFilter
extends Object
implements Filter


Field Summary
static String PAPIFILTER_CONFIG_FILE
           
 
Constructor Summary
PAPIFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAPIFILTER_CONFIG_FILE

public static final String PAPIFILTER_CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

PAPIFilter

public PAPIFilter()
Method Detail

destroy

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

init

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

doFilter

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