|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface via which component resources can be accessed via keys.
Method Summary | |
boolean |
contains(java.lang.String key)
Return true if a resource exists with specified key. |
java.lang.Object |
lookup(java.lang.String key)
Return resource registered with specified key. |
Method Detail |
public java.lang.Object lookup(java.lang.String key) throws MissingResourceException
key
- the key
MissingResourceException
- if unable to locate
resource with specified keypublic boolean contains(java.lang.String key)
key
- the key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |