| Package | Description |
|---|---|
| ro.isdc.wro.manager | |
| ro.isdc.wro.manager.factory | |
| ro.isdc.wro.manager.factory.standalone |
| Modifier and Type | Class and Description |
|---|---|
class |
WroManager
Contains all the factories used by optimizer in order to perform the logic.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WroManagerFactory
Factory used to create
WroManager objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseWroManagerFactory |
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 |
InjectableWroManagerFactoryDecorator
Responsible for injecting
WroManager each time it is created by decorated factory. |
class |
NoProcessorsWroManagerFactory
An implementation with no processors set.
|
class |
WroManagerFactoryDecorator
Simple decorator for
WroManagerFactory. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandaloneContextAwareManagerFactory
An implementation of
WroManagerFactory aware about the run context.TODO: find a way to not require StandaloneContextAwareManagerFactory for build time processing, but use any
iinstance of WroManagerFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableStandaloneContextAwareManagerFactory |
class |
DefaultStandaloneContextAwareManagerFactory
WroManagerFactory instance used by the maven plugin. |
class |
InjectableContextAwareManagerFactory
Created to overcome the difference between
WroManagerFactory and StandaloneContextAwareManagerFactory
regarding the injection ability. |
class |
StandaloneWroManagerFactory
This factory will create a WroManager which is able to run itself outside of
a webContainer.
|
Copyright © 2008-2013. All Rights Reserved.