ro.isdc.wro.manager.factory.standalone
Class ConfigurableStandaloneContextAwareManagerFactory
java.lang.Object
ro.isdc.wro.manager.factory.BaseWroManagerFactory
ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
ro.isdc.wro.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
- All Implemented Interfaces:
- WroConfigurationChangeListener, CacheChangeCallbackAware, StandaloneContextAwareManagerFactory, WroManagerFactory, ObjectFactory<WroManager>
public class ConfigurableStandaloneContextAwareManagerFactory
- extends DefaultStandaloneContextAwareManagerFactory
- Since:
- 1.4.0
- Author:
- Alex Objelean
| Methods inherited from class ro.isdc.wro.manager.factory.BaseWroManagerFactory |
addModelTransformer, create, destroy, getNamingStrategy, newCacheStrategy, newHashBuilder, newModelTransformers, onCachePeriodChanged, onModelPeriodChanged, registerCallback, setCacheStrategy, setGroupExtractor, setHashBuilder, setModelFactory, setModelTransformers, setNamingStrategy, setProcessorsFactory, setUriLocatorFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurableStandaloneContextAwareManagerFactory
public ConfigurableStandaloneContextAwareManagerFactory()
newProcessorsFactory
protected final ProcessorsFactory newProcessorsFactory()
- Description copied from class:
BaseWroManagerFactory
- Override to provide a different or modified default factory implementation.
- Overrides:
newProcessorsFactory in class DefaultStandaloneContextAwareManagerFactory
- Returns:
ProcessorsFactory object.
createProperties
protected Properties createProperties()
- Returns:
Properties from where processors lookup will be performed. By default an empty Properties
object is returned.
createPreProcessorsMap
protected Map<String,ResourcePreProcessor> createPreProcessorsMap()
- Returns:
- a map of preProcessors.
createPostProcessorsMap
protected Map<String,ResourcePostProcessor> createPostProcessorsMap()
- Returns:
- a map of postProcessors.
Copyright © 2008-2011. All Rights Reserved.