| Package | Description |
|---|---|
| org.granite.client.tide.impl |
| Modifier and Type | Method and Description |
|---|---|
Factory<?> |
InstanceFactory.forName(java.lang.String name,
boolean singleton) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Factory<?>> |
InstanceFactory.forType(java.lang.Class<?> type,
boolean singleton) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceFactory.registerFactory(java.lang.Class<?> type,
Factory<?> factory) |
void |
SimpleContextManager.registerFactory(java.lang.Class<?> type,
Factory<?> factory) |
void |
InstanceFactory.registerFactory(java.lang.String name,
Factory<?> factory) |
void |
SimpleContextManager.registerFactory(java.lang.String name,
Factory<?> factory) |