|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The KeywordResolver performs one resolve step, see resolve(String).
The Result may be
KeywordResolver to do the next resolve step ValueResolver for value binding to resolve a valueActionResolver for action binding to resolve an action
| 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. |
| Method Detail |
public boolean canResolve(java.lang.String keyword)
keyword - the keywort to be resolved
public java.lang.Class getResolvedType(java.lang.String keyword)
keyword - the keyword to be resolve
java.lang.RuntimeException - if the keyword can not be resolved by this.
Use canResolve(String) to check.public java.lang.Object resolve(java.lang.String keyword)
KeywordResolver to do the next resolve step ValueResolver for value binding to resolve a valueActionResolver for action binding to resolve an action
keyword - the keyword to be resolve
java.lang.RuntimeException - if the keyword can not be resolved by this.
Use canResolve(String) to check.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||