|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentPlaceholder
Interface that is used to connect control part of a component to inner objects.
Method Summary | |
---|---|
void |
bindRequiredInterface(java.lang.String name,
java.lang.Object ref)
Binds control part to an object that is bound to the inner end of the required business interface. |
java.lang.Object |
lookupProvidedInterface(java.lang.String name)
Returns reference to an object that is bound to the inner end of the provided business interface. |
Method Detail |
---|
java.lang.Object lookupProvidedInterface(java.lang.String name) throws InterfaceNotFoundException, java.lang.IllegalArgumentException
InterfaceNotFoundException
java.lang.IllegalArgumentException
void bindRequiredInterface(java.lang.String name, java.lang.Object ref) throws InterfaceNotFoundException, java.lang.IllegalArgumentException
InterfaceNotFoundException
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |