Uses of Interface
ro.isdc.wro.manager.factory.WroManagerFactory

Packages that use WroManagerFactory
ro.isdc.wro.extensions.http   
ro.isdc.wro.extensions.manager   
ro.isdc.wro.extensions.manager.standalone   
ro.isdc.wro.http   
ro.isdc.wro.http.support   
ro.isdc.wro.manager.factory   
ro.isdc.wro.manager.factory.standalone   
ro.isdc.wro.maven.plugin   
ro.isdc.wro.model.group.processor   
 

Uses of WroManagerFactory in ro.isdc.wro.extensions.http
 

Methods in ro.isdc.wro.extensions.http that return WroManagerFactory
protected  WroManagerFactory SpringWroFilter.newWroManagerFactory()
          The default implementation of ConfigurableWroFilter should allow setting of pre & post processors in configuration properties.
 

Uses of WroManagerFactory in ro.isdc.wro.extensions.manager
 

Classes in ro.isdc.wro.extensions.manager that implement WroManagerFactory
 class ExtensionsConfigurableWroManagerFactory
          Deprecated. Use ConfigurableWroManagerFactory instead.
 

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

Classes in ro.isdc.wro.extensions.manager.standalone that implement WroManagerFactory
 class ExtensionsStandaloneManagerFactory
          This factory uses the SmartWroModelFactory and it is recommended to be used as the default one when possible.
 class FingerprintAwareStandaloneManagerFactory
          An implementation of WroModelFactory which uses HashEncoderNamingStrategy for encoding the result file name.
 class GoogleAdvancedStandaloneManagerFactory
          A factory using google closure compressor with advanced compilation level for processing resources.
 class GoogleStandaloneManagerFactory
          A factory using google closure compressor for processing resources.
 

Uses of WroManagerFactory in ro.isdc.wro.http
 

Methods in ro.isdc.wro.http that return WroManagerFactory
 WroManagerFactory WroFilter.getWroManagerFactory()
           
protected  WroManagerFactory WroServletContextListener.newManagerFactory()
           
protected  WroManagerFactory WroFilter.newWroManagerFactory()
          Factory method for WroManagerFactory.
protected  WroManagerFactory ConfigurableWroFilter.newWroManagerFactory()
          The default implementation of ConfigurableWroFilter should allow setting of pre & post processors in configuration properties.
 

Methods in ro.isdc.wro.http with parameters of type WroManagerFactory
 void WroServletContextListener.setManagerFactory(WroManagerFactory managerFactory)
          Set the manager factory to be initialized by this listener.
 void WroFilter.setWroManagerFactory(WroManagerFactory wroManagerFactory)
          Allows external configuration of WroManagerFactory (ex: using spring IoC).
 

Uses of WroManagerFactory in ro.isdc.wro.http.support
 

Methods in ro.isdc.wro.http.support that return WroManagerFactory
 WroManagerFactory ServletContextAttributeHelper.getManagerFactory()
           
 

Methods in ro.isdc.wro.http.support with parameters of type WroManagerFactory
 void ServletContextAttributeHelper.setManagerFactory(WroManagerFactory managerFactory)
          Set the configuration object as a servletContext attribute.
 

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

Classes in ro.isdc.wro.manager.factory that implement WroManagerFactory
 class BaseWroManagerFactory
          Default implementation of WroManagerFactory which creates default locators and processors and handles the injection logic by creating an Injector and injecting where it is appropriate.
 class ConfigurableWroManagerFactory
          Allow configuring uriLocators & processors to add using initParams of the filter.
 class DefaultWroManagerFactory
          Load the WroManagerFactory configured in WroConfiguration or loads a default one if none is configured.
 class InjectableWroManagerFactoryDecorator
          Deprecated. Not required anymore. The WroManager objects are injected in WroManager.Builder during initialization. This class with be removed in 1.7.0.
 class NoProcessorsWroManagerFactory
          An implementation with no processors set.
 class SimpleWroManagerFactory
          Always returns the same instance of WroManager.
 class WroManagerFactoryDecorator
          Simple decorator for WroManagerFactory.
 

Methods in ro.isdc.wro.manager.factory that return WroManagerFactory
 WroManagerFactory DefaultWroManagerFactory.getFactory()
           
protected  WroManagerFactory DefaultWroManagerFactory.newManagerFactory()
           
 

Constructors in ro.isdc.wro.manager.factory with parameters of type WroManagerFactory
InjectableWroManagerFactoryDecorator(WroManagerFactory decorated)
          Deprecated.  
WroManagerFactoryDecorator(WroManagerFactory managerFactory)
           
 

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

Classes in ro.isdc.wro.manager.factory.standalone that implement WroManagerFactory
 class ConfigurableStandaloneContextAwareManagerFactory
           
 class DefaultStandaloneContextAwareManagerFactory
          WroManagerFactory instance used by the maven plugin.
 class StandaloneWroManagerFactory
          This factory will create a WroManager which is able to run itself outside of a webContainer.
 

Uses of WroManagerFactory in ro.isdc.wro.maven.plugin
 

Methods in ro.isdc.wro.maven.plugin that return WroManagerFactory
protected  WroManagerFactory AbstractWro4jMojo.getManagerFactory()
          This method will ensure that you have a right and initialized instance of StandaloneContextAware.
protected  WroManagerFactory AbstractSingleProcessorMojo.getManagerFactory()
          This method will ensure that you have a right and initialized instance of StandaloneContextAware.
protected  WroManagerFactory AbstractWro4jMojo.newWroManagerFactory()
          
 

Uses of WroManagerFactory in ro.isdc.wro.model.group.processor
 

Methods in ro.isdc.wro.model.group.processor with parameters of type WroManagerFactory
static InjectorBuilder InjectorBuilder.create(WroManagerFactory managerFactory)
          Factory method which uses a managerFactory to initialize injected fields.
 

Constructors in ro.isdc.wro.model.group.processor with parameters of type WroManagerFactory
InjectorBuilder(WroManagerFactory managerFactory)
           
 



Copyright © 2008-2013. All Rights Reserved.