|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContextFactoryExtensionPoint
An extension point for context factories.
| Method Summary | ||
|---|---|---|
void |
addFactory(java.lang.Object factory)
Add a context factory extension. |
|
|
getFactory(java.lang.Class<T> factoryInterface)
Get a factory implementing the given interface. |
|
void |
removeFactory(java.lang.Object factory)
Remove a context factory extension. |
|
| Method Detail |
|---|
void addFactory(java.lang.Object factory)
factory - The factory to addvoid removeFactory(java.lang.Object factory)
factory - The factory to remove<T> T getFactory(java.lang.Class<T> factoryInterface)
factoryInterface - the lookup key (factory interface)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||