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<jakarta.servlet.ServletContext>
public abstract class HttpConfigurationCacheProvider
extends Object
implements ConfigurationCacheProvider<jakarta.servlet.ServletContext>
ConfigurationCacheProvider for HTTP/Servlet environments.- Author:
- Lincoln Baxter, III
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ocpsoft.rewrite.spi.ConfigurationCacheProvider
getConfiguration, setConfigurationMethods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Constructor Details
-
HttpConfigurationCacheProvider
public HttpConfigurationCacheProvider()
-
-
Method Details
-
handles
- Specified by:
handlesin interfaceorg.ocpsoft.common.pattern.Specialized<Object>
-