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

Packages that use WroManagerFactory
ro.isdc.wro.http   
ro.isdc.wro.manager.factory   
ro.isdc.wro.manager.factory.standalone   
 

Uses of WroManagerFactory in ro.isdc.wro.http
 

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

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 NoProcessorsWroManagerFactory
          An implementation with no processors set.
 

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

Subinterfaces of WroManagerFactory in ro.isdc.wro.manager.factory.standalone
 interface StandaloneContextAwareManagerFactory
          An implementation of WroManagerFactory aware about the run context.
 

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.
 



Copyright © 2008-2011. All Rights Reserved.