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

Packages that use ObjectDecorator
ro.isdc.wro.cache.factory   
ro.isdc.wro.cache.support   
ro.isdc.wro.extensions.processor   
ro.isdc.wro.http.handler   
ro.isdc.wro.manager.factory   
ro.isdc.wro.model.factory   
ro.isdc.wro.model.resource.processor.decorator   
ro.isdc.wro.util   
 

Uses of ObjectDecorator in ro.isdc.wro.cache.factory
 

Classes in ro.isdc.wro.cache.factory that implement ObjectDecorator
 class CacheKeyFactoryDecorator
          Decorator for CacheKeyFactory object.
 

Uses of ObjectDecorator in ro.isdc.wro.cache.support
 

Classes in ro.isdc.wro.cache.support that implement ObjectDecorator
 class AbstractSynchronizedCacheStrategyDecorator<K,V>
          Ensure that the AbstractSynchronizedCacheStrategyDecorator.loadValue(Object) will be called only once for the same key.
 class CacheStrategyDecorator<K,V>
          A decorator of CacheStrategy.
 class DefaultSynchronizedCacheStrategyDecorator
          Responsible for invoking GroupsProcessor when cache key is missed.
 

Uses of ObjectDecorator in ro.isdc.wro.extensions.processor
 

Classes in ro.isdc.wro.extensions.processor that implement ObjectDecorator
 class PathPatternProcessorDecorator
          A ProcessorDecorator with Ant path style support.
 

Uses of ObjectDecorator in ro.isdc.wro.http.handler
 

Classes in ro.isdc.wro.http.handler that implement ObjectDecorator
 class LazyRequestHandlerDecorator
          A decorator which allows lazy instantiation of RequestHandler object.
 

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

Classes in ro.isdc.wro.manager.factory that implement ObjectDecorator
 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 WroManagerFactoryDecorator
          Simple decorator for WroManagerFactory.
 

Uses of ObjectDecorator in ro.isdc.wro.model.factory
 

Classes in ro.isdc.wro.model.factory that implement ObjectDecorator
 class DefaultWroModelFactoryDecorator
          Decorates the model factory with callback registry calls & other useful factories.
 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 LazyWroModelFactoryDecorator
          Responsible for lazy initialization of WroModelFactory.
 class ModelTransformerFactory
          Applies transformation using supplied transformers to the decorated model.
 class WroModelFactoryDecorator
          Decorates a WroModelFactory.
 

Uses of ObjectDecorator in ro.isdc.wro.model.resource.processor.decorator
 

Classes in ro.isdc.wro.model.resource.processor.decorator that implement ObjectDecorator
 class AbstractProcessorDecorator
          Deprecated. use ProcessorDecorator instead.
 class AbstractProcessorDecoratorSupport<T>
          Hides details common to all processors decorators, like ability to identify if a processor is minimize aware
 class BenchmarkProcessorDecorator
          A decorator responsible for tracking the time spent with processing.
 class CopyrightKeeperProcessorDecorator
          Inspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them.
 class DefaultProcessorDecorator
          Decorates the processor with a set of common useful decorators during each processing.
 class ExceptionHandlingProcessorDecorator
          Responsible for handling exception thrown by decorated processor.
 class ExtensionsAwareProcessorDecorator
          Enforce decorated processors to be applied only on predefined extension.
 class ImportAwareProcessorDecorator
          Check if the decorated processor is considered import aware.
 class LazyProcessorDecorator
          Decorates a LazyInitializer which creates a processor.
 class MinimizeAwareProcessorDecorator
          Enhance the decorated processor with the ability to skip processing based on minimize aware state of the processor.
 class ProcessorDecorator
          Default implementation which can decorate a processor.
 class SupportAwareProcessorDecorator
          Check if the decorated processor implements SupportAware interface and throws the WroRuntimeException with specific message when processor is not supported.
 

Uses of ObjectDecorator in ro.isdc.wro.util
 

Classes in ro.isdc.wro.util that implement ObjectDecorator
 class AbstractDecorator<T>
          Templated decorator.
 



Copyright © 2008-2013. All Rights Reserved.