| java.lang.Object org.iscreen.mvel.MvelMessage org.iscreen.mvel.MvelResourceMessage
MvelResourceMessage | public class MvelResourceMessage extends MvelMessage (Code) | | This resource message is pulled from a resource and then converted
based upon the contained MVEL expressions.
author: Shellman, Dan |
Method Summary | |
public String | getTemplate(Locale locale) Retrieves the template from the resource using the key provided.
Parameters: locale - The locale to use in determining the template. | public String | toString() For debug info. |
getTemplate | public String getTemplate(Locale locale)(Code) | | Retrieves the template from the resource using the key provided.
Parameters: locale - The locale to use in determining the template. Returns the template from the resource using the key. |
toString | public String toString()(Code) | | For debug info.
Returns debug info. |
|
|