Class HttpConfigurationProvider

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

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

    • HttpConfigurationProvider

      public HttpConfigurationProvider()
  • Method Details

    • handles

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