|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IComponentsLookup
The components lookup is a convenience wrapper of IResourceLookup
for the for resource namespace com.zfabrik.components. When looking up components
via this interface, the namespace will be prepended automatically.
In other words
IComponentsLookup.INSTANCE.lookup(<name>,<type>) == IResourceLookup.INSTANCE.lookup(com.zfabrik.components/<name>,<type>)
| Nested Class Summary | |
|---|---|
static class |
IComponentsLookup.initializer
Initialization help |
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENTS
Resource namespace for component resources wihtin the resource management system. |
static IResourceLookup |
INSTANCE
Use as IComponentsLookup.INSTANCE to get the implementation of this interface. |
| Field Detail |
|---|
static final java.lang.String COMPONENTS
static final IResourceLookup INSTANCE
IComponentsLookup.INSTANCE to get the implementation of this interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||