|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver
| Nested Class Summary | |
class |
CommandManagerResolver.CommandManagerAction
|
| Constructor Summary | |
CommandManagerResolver(java.lang.String keyword,
CommandManager commandManager)
|
|
| Method Summary | |
boolean |
canResolve(java.lang.String keyword)
Checks, if this resolver is responsible to resolve the given keyword |
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 CommandManagerResolver(java.lang.String keyword,
CommandManager commandManager)
| 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
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||