|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessagesRepositoryFactory
Instantiates and caches the MessageRepository instances
Method Summary | |
---|---|
void |
addBrowserMessage(java.lang.String messageKey)
Add a JSON message key. |
java.util.Locale |
getDefaultLocale()
|
MessagesRepository |
getRepository(java.util.Locale locale)
Return the MessagesRepository instance corresponding to this Locale. |
void |
setBrowserMessages(java.util.Set<java.lang.String> browserMessages)
Replace the current set of JSON keys. |
Method Detail |
---|
MessagesRepository getRepository(java.util.Locale locale)
void addBrowserMessage(java.lang.String messageKey)
messageKey
- the message key to be addedvoid setBrowserMessages(java.util.Set<java.lang.String> browserMessages)
browserMessages
- the new set of JSON keysjava.util.Locale getDefaultLocale()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |