|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.jsf.embedding.SlotResolver
This KeywordResolver resolves a slot name (local name)
of a dialog instance under which a subdialog has been embedded.
The resolved object is again a KeywordResolver
provided by dialog instance that is currently embedded in the given
slot. The resolved object is used to perform the next resolving step.
This KeywordResolver must be installed at dialog that embeds
the subdialogs to which it delegates the resolving.
| Constructor Summary | |
SlotResolver(java.lang.String keyword,
ActivationController activationController)
Constructor. |
|
| Method Summary | |
boolean |
canResolve(java.lang.String keyword)
Checks, if this resolver is responsible to resolve the given keyword |
void |
childActivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
childAdded(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
childDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
childRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
|
java.lang.Class |
getResolvedType(java.lang.String keyword)
|
java.lang.Object |
resolve(java.lang.String keyword)
Performs the resolve step according to the keyword. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SlotResolver(java.lang.String keyword,
ActivationController activationController)
keyword - The slot name that should be resolved.activationController - The ActivationController to which this resolver is registered as an ActivationControllerListener.| Method Detail |
public boolean canResolve(java.lang.String keyword)
KeywordResolver
canResolve in interface KeywordResolverkeyword - the keywort to be resolved
public java.lang.Class getResolvedType(java.lang.String keyword)
getResolvedType in interface KeywordResolverkeyword - the keyword to be resolve
public java.lang.Object resolve(java.lang.String keyword)
KeywordResolverKeywordResolver to do the next resolve step ValueResolver for value binding to resolve a valueActionResolver for action binding to resolve an action
resolve in interface KeywordResolverkeyword - the keyword to be resolve
public void childActivated(java.lang.String localName,
SubDialogControl subDialogControl)
childActivated in interface ActivationControllerListener
public void childAdded(java.lang.String localName,
SubDialogControl subDialogControl)
childAdded in interface ActivationControllerListener
public void childDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
childDeactivated in interface ActivationControllerListener
public void childRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
childRemoved in interface ActivationControllerListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||