es.rediris.papi.filter
Class PAPIFilter
java.lang.Object
  
es.rediris.papi.filter.PAPIFilter
- All Implemented Interfaces: 
 - Filter
 
public class PAPIFilter
- extends Object
- implements Filter
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PAPIFILTER_CONFIG_FILE
public static final String PAPIFILTER_CONFIG_FILE
- See Also:
 - Constant Field Values
 
PAPIFilter
public PAPIFilter()
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