|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.formproc.message.AbstractMessageProvider
Abstract base class which implements the MessageProvider interface.
| Constructor Summary | |
AbstractMessageProvider()
|
|
| Method Summary | |
abstract java.lang.String |
getMessage(java.util.Locale locale)
Get the message for the given locale. |
void |
loadConfiguration(com.anthonyeden.lib.config.Configuration configuration)
Load the message provider's configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractMessageProvider()
| Method Detail |
public abstract java.lang.String getMessage(java.util.Locale locale)
throws java.lang.Exception
getMessage in interface MessageProviderlocale - The Locale
java.lang.Exception
public void loadConfiguration(com.anthonyeden.lib.config.Configuration configuration)
throws com.anthonyeden.lib.config.ConfigurationException
loadConfiguration in interface MessageProviderconfiguration - The Configuration object
ConfiguratioinException
com.anthonyeden.lib.config.ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||