public class ConfigurableProviderSupport extends Object implements ConfigurableProvider
ConfigurableProvider which provides nothing by default.| Constructor and Description |
|---|
ConfigurableProviderSupport() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CacheStrategy<CacheKey,CacheValue>> |
provideCacheStrategies() |
Map<String,HashStrategy> |
provideHashStrategies() |
Map<String,UriLocator> |
provideLocators() |
Map<String,WroModelFactory> |
provideModelFactories() |
Map<String,NamingStrategy> |
provideNamingStrategies() |
Map<String,ResourcePostProcessor> |
providePostProcessors() |
Map<String,ResourcePreProcessor> |
providePreProcessors() |
Map<String,RequestHandler> |
provideRequestHandlers() |
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.Copyright © 2008-2014. All Rights Reserved.