| Package | Description |
|---|---|
| ro.isdc.wro.http | |
| ro.isdc.wro.http.support | |
| ro.isdc.wro.manager.factory | |
| ro.isdc.wro.manager.factory.standalone | |
| ro.isdc.wro.model.group.processor |
| Modifier and Type | Method and Description |
|---|---|
WroManagerFactory |
WroFilter.getWroManagerFactory() |
protected WroManagerFactory |
WroServletContextListener.newManagerFactory() |
protected WroManagerFactory |
WroFilter.newWroManagerFactory()
Factory method for
WroManagerFactory. |
protected WroManagerFactory |
ConfigurableWroFilter.newWroManagerFactory()
The default implementation of ConfigurableWroFilter should allow setting of pre & post processors in configuration
properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WroServletContextListener.setManagerFactory(WroManagerFactory managerFactory)
Set the manager factory to be initialized by this listener.
|
void |
WroFilter.setWroManagerFactory(WroManagerFactory wroManagerFactory)
Allows external configuration of
WroManagerFactory (ex: using spring IoC). |
| Modifier and Type | Method and Description |
|---|---|
WroManagerFactory |
ServletContextAttributeHelper.getManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletContextAttributeHelper.setManagerFactory(WroManagerFactory managerFactory)
Set the configuration object as a servletContext attribute.
|
| 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 |
|---|---|
WroManagerFactory |
DefaultWroManagerFactory.getFactory() |
protected WroManagerFactory |
DefaultWroManagerFactory.newManagerFactory() |
| Constructor and Description |
|---|
WroManagerFactoryDecorator(WroManagerFactory managerFactory) |
| 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 | Method and Description |
|---|---|
static InjectorBuilder |
InjectorBuilder.create(WroManagerFactory managerFactory)
Factory method which uses a managerFactory to initialize injected fields.
|
| Constructor and Description |
|---|
InjectorBuilder(WroManagerFactory managerFactory) |
Copyright © 2008-2014. All Rights Reserved.