Uses of Class
ro.isdc.wro.util.AbstractDecorator

Packages that use AbstractDecorator
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   
 

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

Subclasses of AbstractDecorator in ro.isdc.wro.cache.factory
 class CacheKeyFactoryDecorator
          Decorator for CacheKeyFactory object.
 

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

Subclasses of AbstractDecorator in ro.isdc.wro.cache.support
 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 AbstractDecorator in ro.isdc.wro.extensions.processor
 

Subclasses of AbstractDecorator in ro.isdc.wro.extensions.processor
 class PathPatternProcessorDecorator
          A ProcessorDecorator with Ant path style support.
 

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

Subclasses of AbstractDecorator in ro.isdc.wro.http.handler
 class LazyRequestHandlerDecorator
          A decorator which allows lazy instantiation of RequestHandler object.
 

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

Subclasses of AbstractDecorator in ro.isdc.wro.manager.factory
 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 AbstractDecorator in ro.isdc.wro.model.factory
 

Subclasses of AbstractDecorator in ro.isdc.wro.model.factory
 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 AbstractDecorator in ro.isdc.wro.model.resource.processor.decorator
 

Subclasses of AbstractDecorator in ro.isdc.wro.model.resource.processor.decorator
 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.
 



Copyright © 2008-2013. All Rights Reserved.