Class HttpConfigurationCacheProvider

java.lang.Object
org.ocpsoft.rewrite.servlet.config.HttpConfigurationCacheProvider
All Implemented Interfaces:
org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted, ConfigurationCacheProvider<ServletContext>

public abstract class HttpConfigurationCacheProvider extends Object implements ConfigurationCacheProvider<ServletContext>
ConfigurationCacheProvider for HTTP/Servlet environments.
Author:
Lincoln Baxter, III
See Also:
  • Constructor Details

    • HttpConfigurationCacheProvider

      public HttpConfigurationCacheProvider()
  • Method Details

    • handles

      public boolean handles(Object payload)
      Specified by:
      handles in interface org.ocpsoft.common.pattern.Specialized<Object>