public class ConfigurableWroManagerFactory extends BaseWroManagerFactory
| Constructor and Description |
|---|
ConfigurableWroManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
contributeLocators(Map<String,UriLocator> map)
Allow subclasses to contribute with it's own locators.
|
protected void |
contributePostProcessors(Map<String,ResourcePostProcessor> map)
Allow subclasses to contribute with it's own processors.
|
protected void |
contributePreProcessors(Map<String,ResourcePreProcessor> map)
Allow subclasses to contribute with it's own pre processors.
|
protected CacheStrategy<CacheKey,CacheValue> |
newCacheStrategy() |
protected Properties |
newConfigProperties()
Override this method to provide a different config properties file location.
|
protected HashStrategy |
newHashStrategy() |
protected WroModelFactory |
newModelFactory() |
protected NamingStrategy |
newNamingStrategy() |
protected ProcessorsFactory |
newProcessorsFactory()
Reuse
ConfigurableProcessorsFactory for processors lookup. |
protected UriLocatorFactory |
newUriLocatorFactory()
Override to provide a different or modified factory.
|
addModelTransformer, create, destroy, newAuthorizationManager, newCacheKeyFactory, newGroupExtractor, newMetaDataFactory, newModelTransformers, onAfterInitializeManager, onCachePeriodChanged, onModelPeriodChanged, setCacheKeyFactory, setCacheStrategy, setGroupExtractor, setHashStrategy, setMetaDataFactory, setModelFactory, setModelTransformers, setNamingStrategy, setProcessorsFactory, setResourceAuthorizationManager, setResourceWatcher, setUriLocatorFactoryprotected void contributeLocators(Map<String,UriLocator> map)
map - containing locator mappings.protected void contributePreProcessors(Map<String,ResourcePreProcessor> map)
It is implementor responsibility to add a ResourcePreProcessor instance.
map - containing processor mappings.protected void contributePostProcessors(Map<String,ResourcePostProcessor> map)
It is implementor responsibility to add a ResourcePostProcessor instance.
map - containing processor mappings.protected UriLocatorFactory newUriLocatorFactory()
BaseWroManagerFactorynewUriLocatorFactory in class BaseWroManagerFactoryUriLocatorFactory object.protected ProcessorsFactory newProcessorsFactory()
ConfigurableProcessorsFactory for processors lookup.newProcessorsFactory in class BaseWroManagerFactoryProcessorsFactory object.protected NamingStrategy newNamingStrategy()
newNamingStrategy in class BaseWroManagerFactoryNamingStrategy to be used by this WroManagerFactoryprotected HashStrategy newHashStrategy()
newHashStrategy in class BaseWroManagerFactoryHashStrategy instance.protected CacheStrategy<CacheKey,CacheValue> newCacheStrategy()
newCacheStrategy in class BaseWroManagerFactoryCacheStrategy instance for resources' group caching.protected WroModelFactory newModelFactory()
newModelFactory in class BaseWroManagerFactoryWroModelFactory implementationprotected Properties newConfigProperties()
FilterConfigWroConfigurationFactory. The default properties file
location is /WEB-INF/wro.properties.Copyright © 2008-2014. All Rights Reserved.