Uses of Interface
ro.isdc.wro.model.resource.processor.factory.ProcessorsFactory

Packages that use ProcessorsFactory
ro.isdc.wro.extensions.manager.standalone   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
ro.isdc.wro.manager.factory.standalone   
ro.isdc.wro.model.resource.processor.factory   
 

Uses of ProcessorsFactory in ro.isdc.wro.extensions.manager.standalone
 

Methods in ro.isdc.wro.extensions.manager.standalone that return ProcessorsFactory
protected  ProcessorsFactory GoogleStandaloneManagerFactory.newProcessorsFactory()
          Override to provide a different or modified default factory implementation.
protected  ProcessorsFactory GoogleAdvancedStandaloneManagerFactory.newProcessorsFactory()
          Override to provide a different or modified default factory implementation.
 

Uses of ProcessorsFactory in ro.isdc.wro.manager
 

Methods in ro.isdc.wro.manager that return ProcessorsFactory
 ProcessorsFactory WroManager.getProcessorsFactory()
           
 

Methods in ro.isdc.wro.manager with parameters of type ProcessorsFactory
 WroManager.Builder WroManager.Builder.setProcessorsFactory(ProcessorsFactory processorsFactory)
           
 

Uses of ProcessorsFactory in ro.isdc.wro.manager.factory
 

Methods in ro.isdc.wro.manager.factory that return ProcessorsFactory
protected  ProcessorsFactory NoProcessorsWroManagerFactory.newProcessorsFactory()
          Override to provide a different or modified default factory implementation.
protected  ProcessorsFactory ConfigurableWroManagerFactory.newProcessorsFactory()
          Reuse ConfigurableProcessorsFactory for processors lookup.
protected  ProcessorsFactory BaseWroManagerFactory.newProcessorsFactory()
          Override to provide a different or modified default factory implementation.
 

Methods in ro.isdc.wro.manager.factory with parameters of type ProcessorsFactory
 void BaseWroManagerFactory.setProcessorsFactory(ProcessorsFactory processorsFactory)
           
 

Uses of ProcessorsFactory in ro.isdc.wro.manager.factory.standalone
 

Methods in ro.isdc.wro.manager.factory.standalone that return ProcessorsFactory
protected  ProcessorsFactory StandaloneWroManagerFactory.newProcessorsFactory()
           
protected  ProcessorsFactory DefaultStandaloneContextAwareManagerFactory.newProcessorsFactory()
           
protected  ProcessorsFactory ConfigurableStandaloneContextAwareManagerFactory.newProcessorsFactory()
           
 

Uses of ProcessorsFactory in ro.isdc.wro.model.resource.processor.factory
 

Classes in ro.isdc.wro.model.resource.processor.factory that implement ProcessorsFactory
 class ConfigurableProcessorsFactory
          A ProcessorsFactory implementation which is easy to configure using a Properties object.
 class DefaultProcessorsFactory
          Default ProcessorsFactory which provides most commons processors.
 class SimpleProcessorsFactory
          Default implementation of processors factory.
 



Copyright © 2008-2013. All Rights Reserved.