java.lang.Object
io.sf.carte.echosvg.util.Messages
This class manages the message for the security utilities
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static LocalizableSupportThe localizable support for the error messages.protected static ResourceManagerThe resource manager to decode messages.protected static final StringThe error messages bundle class name.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringformatMessage(String key, Object[] args) ImplementsLocalizable.formatMessage(String,Object[]).static intgetCharacter(String key) static intgetInteger(String key) static LocaleImplementsLocalizable.getLocale().static Stringstatic voidImplementsLocalizable.setLocale(Locale).
- 
Field Details- 
RESOURCESThe error messages bundle class name.- See Also:
 
- 
localizableSupportThe localizable support for the error messages.
- 
resourceManagerThe resource manager to decode messages.
 
- 
- 
Constructor Details- 
Messagesprotected Messages()This class does not need to be instantiated.
 
- 
- 
Method Details- 
setLocaleImplementsLocalizable.setLocale(Locale).
- 
getLocaleImplementsLocalizable.getLocale().
- 
formatMessageImplementsLocalizable.formatMessage(String,Object[]).- Throws:
- MissingResourceException
 
- 
getString- Throws:
- MissingResourceException
 
- 
getInteger- Throws:
- MissingResourceException
 
- 
getCharacter- Throws:
- MissingResourceException
 
 
-