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

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

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 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
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.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.