ro.isdc.wro.extensions.support.spi
Class DefaultConfigurableProvider
java.lang.Object
   ro.isdc.wro.util.provider.ConfigurableProviderSupport
ro.isdc.wro.util.provider.ConfigurableProviderSupport
       ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
- All Implemented Interfaces: 
- CacheStrategyProvider, RequestHandlerProvider, LocatorProvider, ProcessorProvider, HashStrategyProvider, NamingStrategyProvider, ModelFactoryProvider, Ordered, ConfigurableProvider
- public class DefaultConfigurableProvider 
- extends ConfigurableProviderSupport- implements Ordered
Default implementation of ConfigurableProviderSupport which contributes with components from extensions module.
- Since:
- 1.5.0
- Author:
- Alex Objelean
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultConfigurableProvider
public DefaultConfigurableProvider()
providePreProcessors
public Map<String,ResourcePreProcessor> providePreProcessors()
- 
 
- 
- Specified by:
- providePreProcessorsin interface- ProcessorProvider
- Overrides:
- providePreProcessorsin class- ConfigurableProviderSupport
 
- 
- Returns:
- the preProcessors to contribute. The key represents the processor alias.
 
providePostProcessors
public Map<String,ResourcePostProcessor> providePostProcessors()
- 
 
- 
- Specified by:
- providePostProcessorsin interface- ProcessorProvider
- Overrides:
- providePostProcessorsin class- ConfigurableProviderSupport
 
- 
- Returns:
- the postProcessors to contribute. The key represents the processor alias.
 
provideRequestHandlers
public Map<String,RequestHandler> provideRequestHandlers()
- 
 
- 
- Specified by:
- provideRequestHandlersin interface- RequestHandlerProvider
- Overrides:
- provideRequestHandlersin class- ConfigurableProviderSupport
 
- 
- Returns:
- the RequestHandlerimplementations to contribute. The key represents the alias.
 
provideModelFactories
public Map<String,WroModelFactory> provideModelFactories()
- 
 
- 
- Specified by:
- provideModelFactoriesin interface- ModelFactoryProvider
- Overrides:
- provideModelFactoriesin class- ConfigurableProviderSupport
 
- 
- Returns:
- the WroModelFactoryimplementations to contribute. The key represents the modelFactories alias.
 
getOrder
public int getOrder()
- 
- Specified by:
- getOrderin interface- Ordered
 
- 
- Returns:
- a number representing the order.
 
Copyright © 2008-2013. All Rights Reserved.