|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectro.isdc.wro.util.provider.ConfigurableProviderSupport
public class ConfigurableProviderSupport
Default implementation of ConfigurableProvider which provides nothing by default.
| Constructor Summary | |
|---|---|
ConfigurableProviderSupport()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurableProviderSupport()
| Method Detail |
|---|
public Map<String,ResourcePreProcessor> providePreProcessors()
providePreProcessors in interface ProcessorProviderpublic Map<String,ResourcePostProcessor> providePostProcessors()
providePostProcessors in interface ProcessorProviderpublic Map<String,NamingStrategy> provideNamingStrategies()
provideNamingStrategies in interface NamingStrategyProviderNamingStrategy implementations to contribute. The key represents the namingStrategy alias.public Map<String,HashStrategy> provideHashStrategies()
provideHashStrategies in interface HashStrategyProviderHashStrategy implementations to contribute. The key represents the alias.public Map<String,UriLocator> provideLocators()
provideLocators in interface LocatorProviderpublic Map<String,CacheStrategy<CacheKey,CacheValue>> provideCacheStrategies()
provideCacheStrategies in interface CacheStrategyProviderCacheStrategy implementations to contribute. The key represents the alias.public Map<String,RequestHandler> provideRequestHandlers()
provideRequestHandlers in interface RequestHandlerProviderRequestHandler implementations to contribute. The key represents the alias.public Map<String,WroModelFactory> provideModelFactories()
provideModelFactories in interface ModelFactoryProviderWroModelFactory implementations to contribute. The key represents the modelFactories alias.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||