| Modifier and Type | Class and Description |
|---|---|
class |
CacheKeyFactoryDecorator
Decorator for
CacheKeyFactory object. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyRequestHandlerDecorator
A decorator which allows lazy instantiation of
RequestHandler object. |
| Modifier and Type | Class and Description |
|---|---|
class |
WroManagerFactoryDecorator
Simple decorator for
WroManagerFactory. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
InjectableUriLocatorFactoryDecorator
A decorator responsible to perform Injection every time
InjectableUriLocatorFactoryDecorator.getInstance(String) getInstance method is invoked. |
| Modifier and Type | Class and Description |
|---|---|
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-2014. All Rights Reserved.