| java.lang.Object org.iscreen.ognl.OgnlMessage org.iscreen.ognl.OgnlResourceMessage
OgnlResourceMessage | public class OgnlResourceMessage extends OgnlMessage (Code) | | This resource message is pulled from a resource and then converted
based upon the contained OGNL 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. |
OgnlResourceMessage | public OgnlResourceMessage(ConfiguredResource theResource, String theKey)(Code) | | Constructor requiring a resource and resource key.
Parameters: theResource - The configured resource Parameters: theKey - The resource key |
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. |
|
|