|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.plugin.AbstractSpinePlugin
com.zphinx.spine.plugin.MessagePlugin
public class MessagePlugin
MessagePlugin serves as a plugin used to configure messages for the SPine framework
Copyright ©Zphinx Software Solutions
| Field Summary | |
|---|---|
static String |
EXCEPTION_MESSAGE_CLASS
The key used to store the SpineMessageException Properties class name |
static String |
MESSAGE_PROPERTY_CLASS
The key used to store the Message Properties class name |
static String |
SITE_MESSAGES
The key used to store the default site messages, a comma separated list of properties files which are used by this application framework to store messages |
| Constructor Summary | |
|---|---|
MessagePlugin()
Public Constructor |
|
| Method Summary | |
|---|---|
void |
process(Map map)
The process method acts as a gateway to pass information to this adaptee and a means of providing extra functionality to the framework at initialization. |
| Methods inherited from class com.zphinx.spine.plugin.AbstractSpinePlugin |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MESSAGE_PROPERTY_CLASS
public static final String EXCEPTION_MESSAGE_CLASS
public static final String SITE_MESSAGES
| Constructor Detail |
|---|
public MessagePlugin()
| Method Detail |
|---|
public void process(Map map)
throws Throwable
SpinePlugin
process in interface SpinePluginprocess in class AbstractSpinePluginmap - The map containing our configuration parameters.
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||