|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyResourceHelperI
Method Summary | |
---|---|
java.lang.String |
getMessage(java.lang.String key)
|
java.lang.String |
getMessage(java.lang.String propsFile,
java.lang.String key)
Retrieve a message in a properties file according to the given key |
java.lang.String |
getMessage(java.lang.String propsFile,
java.lang.String key,
java.lang.String locale)
Retrieve a message in a properties file according to the given key & locale |
java.util.Map<java.lang.String,java.util.ResourceBundle> |
getMessageResources()
|
void |
reset()
For container use |
Method Detail |
---|
java.lang.String getMessage(java.lang.String key)
java.lang.String getMessage(java.lang.String propsFile, java.lang.String key)
propsFile
- name of the property file to load message fromkey
- name of the key identifying the message
java.lang.String getMessage(java.lang.String propsFile, java.lang.String key, java.lang.String locale)
propsFile
- name of the property file to load message fromkey
- name of the key identifying the messagelocale
- ISO-639 locale to use
java.util.Map<java.lang.String,java.util.ResourceBundle> getMessageResources()
void reset()
ComponentI.reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |