org.openxri.admin.filters
Class CachingFilter

java.lang.Object
  extended by org.openxri.admin.filters.CachingFilter
All Implemented Interfaces:
javax.servlet.Filter

public class CachingFilter
extends java.lang.Object
implements javax.servlet.Filter


Field Summary
static int DEFAULT_SECONDS
           
 
Constructor Summary
CachingFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SECONDS

public static final int DEFAULT_SECONDS
See Also:
Constant Field Values
Constructor Detail

CachingFilter

public CachingFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

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

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter


Copyright © 2005-2012. All Rights Reserved.