Class NuxeoWroPageManagerFactory

java.lang.Object
ro.isdc.wro.manager.factory.BaseWroManagerFactory
ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
org.nuxeo.ecm.web.resources.wro.factory.NuxeoWroManagerFactory
org.nuxeo.ecm.web.resources.wro.factory.NuxeoWroPageManagerFactory
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>

public class NuxeoWroPageManagerFactory extends NuxeoWroManagerFactory
Manager generating processors configuration from contributions to WebResourceManager, and hooking up other specific factories.
Since:
7.10
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected ro.isdc.wro.cache.factory.CacheKeyFactory
     
    protected ro.isdc.wro.model.factory.WroModelFactory
     

    Methods inherited from class org.nuxeo.ecm.web.resources.wro.factory.NuxeoWroManagerFactory

    addAliases, newConfigProperties, resolveProcessorNames

    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

    • NuxeoWroPageManagerFactory

      public NuxeoWroPageManagerFactory()
  • Method Details