rewrite-api-servlet 1.0.5.Final

org.ocpsoft.rewrite.servlet.config
Class HttpConfigurationProvider

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

public abstract class HttpConfigurationProvider
extends Object
implements ConfigurationProvider<javax.servlet.ServletContext>

Configuration provider for HTTP/Servlet environments.

Author:
Lincoln Baxter, III
See Also:
ConfigurationProvider

Constructor Summary
HttpConfigurationProvider()
           
 
Method Summary
 boolean handles(Object payload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ocpsoft.rewrite.config.ConfigurationProvider
getConfiguration
 
Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
 

Constructor Detail

HttpConfigurationProvider

public HttpConfigurationProvider()
Method Detail

handles

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

rewrite-api-servlet 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.