Package de.xima.fc.servlet.urlrewrite
Class UrlRewriteConfigurationProvider
java.lang.Object
org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider
de.xima.fc.servlet.urlrewrite.UrlRewriteConfigurationProvider
- All Implemented Interfaces:
org.ocpsoft.common.pattern.Specialized<Object>
,org.ocpsoft.common.pattern.Weighted
,org.ocpsoft.rewrite.config.ConfigurationProvider<javax.servlet.ServletContext>
@RewriteConfiguration
public class UrlRewriteConfigurationProvider
extends org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider
Rewrites backend URLs to make them context-dependent.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescriptionorg.ocpsoft.rewrite.config.Configuration
getConfiguration
(javax.servlet.ServletContext context) int
priority()
Methods inherited from class org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider
handles
-
Method Details
-
getConfiguration
public org.ocpsoft.rewrite.config.Configuration getConfiguration(javax.servlet.ServletContext context) -
priority
public int priority()
-