Class NuxeoWroManagerFactory

java.lang.Object
ro.isdc.wro.manager.factory.BaseWroManagerFactory
ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
org.nuxeo.ecm.web.resources.wro.factory.NuxeoWroManagerFactory
All Implemented Interfaces:
ro.isdc.wro.config.support.WroConfigurationChangeListener, ro.isdc.wro.manager.factory.WroManagerFactory, ro.isdc.wro.util.ObjectFactory<ro.isdc.wro.manager.WroManager>
Direct Known Subclasses:
NuxeoWroPageManagerFactory

public class NuxeoWroManagerFactory extends ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Manager generating processors configuration from contributions to WebResourceManager, and hooking up other specific factories.
Since:
7.3
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addAliases(Properties props, String propName, String type)
     
    protected ro.isdc.wro.cache.factory.CacheKeyFactory
     
    protected Properties
     
    protected ro.isdc.wro.model.factory.WroModelFactory
     
    protected List<String>
     

    Methods inherited from class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory

    contributeLocators, contributePostProcessors, contributePreProcessors, newCacheStrategy, newHashStrategy, newNamingStrategy, newProcessorsFactory, newUriLocatorFactory

    Methods inherited from class ro.isdc.wro.manager.factory.BaseWroManagerFactory

    addModelTransformer, create, destroy, newAuthorizationManager, newGroupExtractor, newMetaDataFactory, newModelTransformers, onAfterInitializeManager, onCachePeriodChanged, onModelPeriodChanged, setCacheKeyFactory, setCacheStrategy, setGroupExtractor, setHashStrategy, setMetaDataFactory, setModelFactory, setModelTransformers, setNamingStrategy, setProcessorsFactory, setResourceAuthorizationManager, setResourceWatcher, setUriLocatorFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NuxeoWroManagerFactory

      public NuxeoWroManagerFactory()
  • Method Details

    • newConfigProperties

      protected Properties newConfigProperties()
      Overrides:
      newConfigProperties in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
    • resolveProcessorNames

      protected List<String> resolveProcessorNames(String type)
    • addAliases

      protected void addAliases(Properties props, String propName, String type)
    • newModelFactory

      protected ro.isdc.wro.model.factory.WroModelFactory newModelFactory()
      Overrides:
      newModelFactory in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
    • newCacheKeyFactory

      protected ro.isdc.wro.cache.factory.CacheKeyFactory newCacheKeyFactory()
      Overrides:
      newCacheKeyFactory in class ro.isdc.wro.manager.factory.BaseWroManagerFactory