|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.wired.DescriptorMap cuba.wired.ComponentMap
public class ComponentMap
Constructor Summary | |
---|---|
ComponentMap()
|
Method Summary | |
---|---|
WiredComponentDesc |
lookup(java.lang.Class interfaceType)
Deprecated. |
WiredComponentDesc |
lookup(java.lang.String globalName)
|
void |
registerDescriptor(WiredComponentDesc description)
|
Methods inherited from class cuba.wired.DescriptorMap |
---|
getDescriptors, lookupDescriptor, registerDescriptor, registerDescriptor, replaceDescriptor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentMap()
Method Detail |
---|
public WiredComponentDesc lookup(java.lang.String globalName)
public WiredComponentDesc lookup(java.lang.Class interfaceType)
interfaceType
- The requested interface to be implemented by the component of interest
public void registerDescriptor(WiredComponentDesc description) throws InitException
InitException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |