com.ibm.bpe.jsf.util
Interface Message
All Superinterfaces:
java.io.Serializable
- public interface Message
- extends java.io.Serializable
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
ERROR
ERROR message type
|
|
INFO
INFO message type
|
|
WARNING
WARNING message yype
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMessage()
Returns a localised message.
|
|
getType()
Returns the type of the message.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
INFO
- static final int INFO
INFO message type
See Also:
WARNING
- static final int WARNING
WARNING message yype
See Also:
ERROR
- static final int ERROR
ERROR message type
See Also:
Method Detail
getMessage
- java.lang.String getMessage()
Returns a localised message.
The locale can be looked up using the FacesContext.
Returns:
The localised message
getType
- int getType()
Returns the type of the message.
The message must be an INFO, WARNING or ERROR message.
Returns:
The type of the message