public class DefaultStandaloneContextAwareManagerFactory extends StandaloneWroManagerFactory implements StandaloneContextAwareManagerFactory
WroManagerFactory instance used by the maven plugin.| Constructor and Description |
|---|
DefaultStandaloneContextAwareManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(StandaloneContext standaloneContext)
Called by standalone process for initialization.
|
protected GroupExtractor |
newGroupExtractor() |
protected WroModelFactory |
newModelFactory() |
protected ProcessorsFactory |
newProcessorsFactory()
Override to provide a different or modified default factory implementation.
|
protected ServletContextUriLocator |
newServletContextUriLocator() |
newUriLocatorFactoryaddModelTransformer, create, destroy, newAuthorizationManager, newCacheKeyFactory, newCacheStrategy, newHashStrategy, newMetaDataFactory, newModelTransformers, newNamingStrategy, onAfterInitializeManager, onCachePeriodChanged, onModelPeriodChanged, setCacheKeyFactory, setCacheStrategy, setGroupExtractor, setHashBuilder, setHashStrategy, setMetaDataFactory, setModelFactory, setModelTransformers, setNamingStrategy, setProcessorsFactory, setResourceAuthorizationManager, setUriLocatorFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetProcessorsFactorydestroycreateonCachePeriodChanged, onModelPeriodChangedpublic DefaultStandaloneContextAwareManagerFactory()
public void initialize(StandaloneContext standaloneContext)
StandaloneContext in order to initialize the internals.initialize in interface StandaloneContextAwareManagerFactorystandaloneContext - StandaloneContext holding properties associated with current context.protected GroupExtractor newGroupExtractor()
newGroupExtractor in class BaseWroManagerFactoryGroupExtractor implementation.protected WroModelFactory newModelFactory()
StandaloneWroManagerFactorynewModelFactory in class StandaloneWroManagerFactoryWroModelFactory implementationprotected ProcessorsFactory newProcessorsFactory()
BaseWroManagerFactorynewProcessorsFactory in class StandaloneWroManagerFactoryProcessorsFactory object.protected ServletContextUriLocator newServletContextUriLocator()
newServletContextUriLocator in class StandaloneWroManagerFactoryServletContextUriLocator or a derivate locator which will be responsible for locating resources
starting with '/' character. Ex: /static/resource.jsCopyright © 2008-2013. All Rights Reserved.