|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wheel.Messages
public class Messages
Handles localized message loading.
Constructor Summary | |
---|---|
Messages(StandaloneComponent owner)
|
Method Summary | |
---|---|
void |
flushCache()
Flushes message cache. |
java.lang.String |
getMessage(java.lang.String key)
Returns a localized message with the following rules: Search a .properties file with the same name as the owning complex component from the same package as the complex component If not found, search from a .properties file with the same name and package as the owning complex component's super class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Messages(StandaloneComponent owner)
Method Detail |
---|
public java.lang.String getMessage(java.lang.String key)
key
-
public void flushCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |