| Modifier and Type | Class and Description |
|---|---|
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. |
class |
ServletContextPropertyWroConfigurationFactory
Load
WroConfiguration from a servletContext relative location. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaDataFactory
Factory responsible for creating/providing metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetaDataFactory
Default implementation of
MetaDataFactory which returns always a map created during construction. |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectFactory<WroConfiguration> |
WroFilter.newWroConfigurationFactory(javax.servlet.FilterConfig filterConfig) |
protected ObjectFactory<WroConfiguration> |
ConfigurableWroFilter.newWroConfigurationFactory(javax.servlet.FilterConfig filterConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
WroFilter.setWroConfigurationFactory(ObjectFactory<WroConfiguration> wroConfigurationFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestHandlerFactory
Responsible for creating a
RequestHandler's collection. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableRequestHandlerFactory
A
RequestHandler implementation which is easy to configure using a Properties object. |
class |
DefaultRequestHandlerFactory
Default
RequestHandlerFactory which adds all RequestHandler's provided as spi by
RequestHandlerProvider found in classpath. |
class |
SimpleRequestHandlerFactory
A
RequestHandlerFactory which holds RequestHandler's in a list. |
| Modifier and Type | Method and Description |
|---|---|
static RequestHandlerFactory |
DefaultRequestHandlerFactory.decorate(RequestHandlerFactory decorated,
ObjectFactory<Injector> injectorProvider)
Decorates the provided
RequestHandlerFactory with an implementation which ensure that all
RequestHandler's are injected during creation. |
| Modifier and Type | Method and Description |
|---|---|
void |
WroManager.registerCallback(ObjectFactory<LifecycleCallback> callbackFactory)
Registers a callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleCallbackRegistry.registerCallback(ObjectFactory<LifecycleCallback> callbackFactory)
Register a callback using a factory responsible for callback instantiation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WroManagerFactory
Factory used to create
WroManager objects. |
| Modifier and Type | Class and Description |
|---|---|
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 |
DefaultWroManagerFactory
Load the WroManagerFactory configured in
WroConfiguration or loads a default one if none is configured. |
class |
NoProcessorsWroManagerFactory
An implementation with no processors set.
|
class |
SimpleWroManagerFactory
Always returns the same instance of
WroManager. |
class |
WroManagerFactoryDecorator
Simple decorator for
WroManagerFactory. |
| Modifier and Type | Method and Description |
|---|---|
static DefaultWroManagerFactory |
DefaultWroManagerFactory.create(ObjectFactory<WroConfiguration> configurationFactory) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WroModelFactory
Creates a
WroModel object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWroModelFactory
To be used by the implementations which load the model from a resource provided as stream.
|
class |
ConfigurableModelFactory |
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. |
class |
XmlModelFactory
Model factory implementation.
|
| Modifier and Type | Method and Description |
|---|---|
PlaceholderProcessor |
PlaceholderProcessor.setPropertiesFactory(ObjectFactory<Properties> propertiesFactory) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProxyFactory.TypedObjectFactory<T>
A specialized version of
ObjectFactory which provides more information about type class. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjectFactory<T> |
WroUtil.simpleObjectFactory(T object) |
Copyright © 2008-2014. All Rights Reserved.