|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| IFactory<T> | A factory of T. |
| Class Summary | |
|---|---|
| CachedInstanceFactoryDecorator<T> | A decorator that returns the first non-null instance returned by the delegate factory. |
| FallbackFactory<T> | Fallback to the first factory that returns a value. |
| NewClassInstanceFactory<T> | A IFactory that creates new instances of a given class. |
| SingletonFactory<T> | A IFactory that creates new instances of a given class. |
A simple object factory.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||