com.atlassian.crowd.console.filter
Class CrowdCachingFilter

java.lang.Object
  extended by com.atlassian.core.filters.AbstractHttpFilter
      extended by com.atlassian.core.filters.cache.AbstractCachingFilter
          extended by com.atlassian.crowd.console.filter.CrowdCachingFilter
All Implemented Interfaces:
javax.servlet.Filter

public class CrowdCachingFilter
extends com.atlassian.core.filters.cache.AbstractCachingFilter


Constructor Summary
CrowdCachingFilter()
           
 
Method Summary
protected  com.atlassian.core.filters.cache.CachingStrategy[] getCachingStrategies()
          Returns a list of all the caching strategies that Crowd cares about.
 
Methods inherited from class com.atlassian.core.filters.cache.AbstractCachingFilter
destroy, doFilter, init
 
Methods inherited from class com.atlassian.core.filters.AbstractHttpFilter
doFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdCachingFilter

public CrowdCachingFilter()
Method Detail

getCachingStrategies

protected com.atlassian.core.filters.cache.CachingStrategy[] getCachingStrategies()
Returns a list of all the caching strategies that Crowd cares about.

Specified by:
getCachingStrategies in class com.atlassian.core.filters.cache.AbstractCachingFilter


Copyright © 2012 Atlassian. All Rights Reserved.