ro.isdc.wro.extensions.manager.standalone
Class ExtensionsStandaloneManagerFactory

java.lang.Object
  extended by ro.isdc.wro.manager.factory.BaseWroManagerFactory
      extended by ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
          extended by ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
              extended by ro.isdc.wro.extensions.manager.standalone.ExtensionsStandaloneManagerFactory
All Implemented Interfaces:
WroConfigurationChangeListener, StandaloneContextAware, WroManagerFactory, ObjectFactory<WroManager>
Direct Known Subclasses:
FingerprintAwareStandaloneManagerFactory, GoogleAdvancedStandaloneManagerFactory, GoogleStandaloneManagerFactory

public class ExtensionsStandaloneManagerFactory
extends DefaultStandaloneContextAwareManagerFactory

This factory uses the SmartWroModelFactory and it is recommended to be used as the default one when possible.

Since:
1.4.0
Author:
Alex Objelean

Constructor Summary
ExtensionsStandaloneManagerFactory()
           
 
Method Summary
 void initialize(StandaloneContext standaloneContext)
          Called by standalone process for initialization.
protected  WroModelFactory newModelFactory()
          
 
Methods inherited from class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
newGroupExtractor, newProcessorsFactory, newServletContextUriLocator
 
Methods inherited from class ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
newUriLocatorFactory
 
Methods inherited from class ro.isdc.wro.manager.factory.BaseWroManagerFactory
addModelTransformer, create, destroy, newAuthorizationManager, newCacheKeyFactory, newCacheStrategy, newHashStrategy, newMetaDataFactory, newModelTransformers, newNamingStrategy, onAfterInitializeManager, onCachePeriodChanged, onModelPeriodChanged, setCacheKeyFactory, setCacheStrategy, setGroupExtractor, setHashBuilder, setHashStrategy, setMetaDataFactory, setModelFactory, setModelTransformers, setNamingStrategy, setProcessorsFactory, setResourceAuthorizationManager, setUriLocatorFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionsStandaloneManagerFactory

public ExtensionsStandaloneManagerFactory()
Method Detail

initialize

public void initialize(StandaloneContext standaloneContext)
Called by standalone process for initialization. It is responsibility of the implementor to take care of StandaloneContext in order to initialize the internals.

Specified by:
initialize in interface StandaloneContextAware
Overrides:
initialize in class DefaultStandaloneContextAwareManagerFactory
Parameters:
standaloneContext - StandaloneContext holding properties associated with current context.

newModelFactory

protected WroModelFactory newModelFactory()
Description copied from class: StandaloneWroManagerFactory

Overrides:
newModelFactory in class DefaultStandaloneContextAwareManagerFactory
Returns:
WroModelFactory implementation


Copyright © 2008-2013. All Rights Reserved.