public interface ConfigurationProvider<T> extends org.ocpsoft.common.pattern.Weighted, org.ocpsoft.common.pattern.Specialized<Object>
Configuration
to the Rewrite runtime environment.
Additional configuration providers may be specified by providing a service activator file containing the name of your
implementations:
/META-INF/services/org.ocpsoft.rewrite.config.ConfigurationProvider
--------------
com.example.ConfigurationProviderImpl
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration(T context)
Return the additional configuration.
|
Configuration getConfiguration(T context)
Copyright © 2014 OCPsoft. All Rights Reserved.