| Interface | Description |
|---|---|
| Factory |
Factory clas used to get and/or create objects.
|
| FactoryProducer |
This class defines a way by which factories can be returned for the scope specified.
|
| Class | Description |
|---|---|
| AbstractDelegatingFactory<SCOPE> |
This class caches the produced objects for the lifetime of this object.
|
| DefaultFactoryProducer |
Default factory producer class that creates factory classes for the scopes specified.
|
| FactoryLocator |
Utility class for working with the factory producer and factories.
|
| IcsBackedFactory | |
| ServletContextBackedFactory | |
| ServletContextLoader |
ServletContextListener that loads and configures the FactoryProducer for this
application.
|
| Annotation Type | Description |
|---|---|
| ServiceProducer |
Annotation to tag a method that this is a producer method.
|
Copyright © 2016–2017. All rights reserved.