Method Summary |
|
public boolean | exist() |
public boolean | exist(String property) |
public List | get(String property) Returns the set of localized action messages as an
java.util.List of strings for all actionMsgs
queued of the specified category or null
if no messages are queued for the specified category. |
public List | get(String property, String bundle) Returns the set of localized action messages as a
java.util.List of strings for all action messages
queued of the specified category or null
if no action messages are queued for the specified category. |
public List | getAll() Returns the set of localized action messages as an
java.util.List of strings for all actionMsgs
queued or null if no messages are queued. |
public List | getAll(String bundle) Returns a List of all queued action messages using
the specified message resource bundle. |
public List | getGlobal()
This a convenience method and the equivalent of
$messages.get($messages.globalName) .
Returns the set of localized action messages as an
list of strings for all action messages queued of the
global category or null if no messages
are queued for the specified category. |
public String | getGlobalName() Returns the default "GLOBAL" category name that can be used for
messages that are not associated with a particular property. |
public int | getSize() Returns the number of action messages queued. |
public int | getSize(String property) Returns the number of action messages queued for a particular property. |
public void | init(Object obj) Initializes this tool. |