public class AbstractMessageHelper extends Object
Returns an I18N message resolved for the current locale and specified message ID.
Firstly the service resource for the parent WebScript will be used for the lookup, followed by the global webscripts.properties resource bundle.
| Constructor and Description |
|---|
AbstractMessageHelper(WebScript webscript)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
resolveMessage(String id,
Object... args)
Get an I18Ned message.
|
public AbstractMessageHelper(WebScript webscript)
webscript - The WebScript to lookup resources against firstCopyright © 2005–2021 Alfresco Software. All rights reserved.