public class DefaultStandaloneContextAwareManagerFactory extends StandaloneWroManagerFactory implements StandaloneContextAware
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, setHashStrategy, setMetaDataFactory, setModelFactory, setModelTransformers, setNamingStrategy, setProcessorsFactory, setResourceAuthorizationManager, setResourceWatcher, setUriLocatorFactorypublic DefaultStandaloneContextAwareManagerFactory()
public void initialize(StandaloneContext standaloneContext)
StandaloneContext in order to initialize the internals.initialize in interface StandaloneContextAwarestandaloneContext - 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-2014. All Rights Reserved.