ro.isdc.wro.manager.factory.standalone
Class ConfigurableStandaloneContextAwareManagerFactory

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.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
All Implemented Interfaces:
WroConfigurationChangeListener, StandaloneContextAware, WroManagerFactory, ObjectFactory<WroManager>
Direct Known Subclasses:
ConfigurableWroManagerFactory

public class ConfigurableStandaloneContextAwareManagerFactory
extends DefaultStandaloneContextAwareManagerFactory

Since:
1.4.0
Author:
Alex Objelean

Constructor Summary
ConfigurableStandaloneContextAwareManagerFactory()
           
 
Method Summary
protected  Properties createProperties()
           
protected  ProcessorsFactory newProcessorsFactory()
          Override to provide a different or modified default factory implementation.
 
Methods inherited from class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
initialize, newGroupExtractor, newModelFactory, 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

ConfigurableStandaloneContextAwareManagerFactory

public ConfigurableStandaloneContextAwareManagerFactory()
Method Detail

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.


Copyright © 2008-2013. All Rights Reserved.