Uses of Interface
ro.isdc.wro.util.ObjectFactory

Packages that use ObjectFactory
ro.isdc.wro.config.factory   
ro.isdc.wro.http   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
ro.isdc.wro.manager.factory.standalone   
ro.isdc.wro.model.factory   
ro.isdc.wro.model.resource.processor.impl   
ro.isdc.wro.util   
 

Uses of ObjectFactory in ro.isdc.wro.config.factory
 

Classes in ro.isdc.wro.config.factory that implement ObjectFactory
 class FilterConfigWroConfigurationFactory
          This factory retrieve wroConfigurations from FilterConfig.
 class PropertiesAndFilterConfigWroConfigurationFactory
          Uses a default Properties file location (under /WEB-INF/wro.properties) for creating WroConfiguration and overrides them with properties defined in FilterConfig object.
 class PropertyWroConfigurationFactory
          Loads configurations from a Properties object.
 

Uses of ObjectFactory in ro.isdc.wro.http
 

Methods in ro.isdc.wro.http that return ObjectFactory
protected  ObjectFactory<WroConfiguration> WroFilter.newWroConfigurationFactory()
           
protected  ObjectFactory<WroConfiguration> ConfigurableWroFilter.newWroConfigurationFactory()
          
 

Uses of ObjectFactory in ro.isdc.wro.manager
 

Subinterfaces of ObjectFactory in ro.isdc.wro.manager
 interface WroManagerFactory
          Factory used to create WroManager objects.
 

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

Classes in ro.isdc.wro.manager.factory that implement ObjectFactory
 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 ObjectFactory in ro.isdc.wro.manager.factory.standalone
 

Subinterfaces of ObjectFactory 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 ObjectFactory
 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 ObjectFactory in ro.isdc.wro.model.factory
 

Subinterfaces of ObjectFactory in ro.isdc.wro.model.factory
 interface WroModelFactory
          Creates a WroModel object.
 

Classes in ro.isdc.wro.model.factory that implement ObjectFactory
 class AbstractWroModelFactory
          To be used by the implementations which load the model from a resource provided as stream.
 class FallbackAwareWroModelFactory
          An XmlModelFactory that handles the situation when the wro model cannot be loaded at some point (resource cannot be located or the model is invalid).
 class InMemoryCacheableWroModelFactory
          Adds the ability to cache the model in memory.
 class ModelTransformerFactory
          Applies transformation using supplied transformers to the decorated model.
 class WroModelFactoryDecorator
          Decorates a WroModelFactory.
 class XmlModelFactory
          Model factory implementation.
 

Uses of ObjectFactory in ro.isdc.wro.model.resource.processor.impl
 

Methods in ro.isdc.wro.model.resource.processor.impl with parameters of type ObjectFactory
 PlaceholderProcessor PlaceholderProcessor.setPropertiesFactory(ObjectFactory<Properties> propertiesFactory)
           
 

Uses of ObjectFactory in ro.isdc.wro.util
 

Methods in ro.isdc.wro.util that return ObjectFactory
static
<T> ObjectFactory<T>
WroUtil.simpleObjectFactory(T object)
           
 



Copyright © 2008-2011. All Rights Reserved.