| java.lang.Object uk.org.ponder.rsf.components.UIComponent uk.org.ponder.rsf.components.UIBound uk.org.ponder.rsf.components.UIBoundString uk.org.ponder.rsf.components.UIMessage
UIMessage | public class UIMessage extends UIBoundString (Code) | | An output-only component that encapsulates the location data for a
message as defined in a .properties file and resolved by a MessageLocator.
This reference will be resolved at fixup time by the MessageFixer.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public static UIMessage | make(String messagekey) Construct a "clustered" message component, suitable for being the label
of a UILink or UICommand, etc. | public static UIMessage | make(String messagekey, Object[] arguments) | public static UIMessage | make(UIContainer parent, String ID, String messagekey) Construct a "standalone" message component suitable for appearing as
a top-level label component in the component tree. | public static UIMessage | make(UIContainer parent, String ID, String messagekey, Object[] arguments) Constructs a message component suitable for appearing as a top-level
label component in the component tree, making use of more complex
formatting. | public static UIMessage | make(UIContainer parent, String ID, String messagekeys, Object[] arguments) Constructs a top-level message component, supporting defaultible
message fallback as in the Spring
MessageSourceResolvable interface. |
make | public static UIMessage make(String messagekey)(Code) | | Construct a "clustered" message component, suitable for being the label
of a UILink or UICommand, etc.
|
make | public static UIMessage make(String messagekey, Object[] arguments)(Code) | | Constructs a "standalone" message component
See
#make(String), #make(UIContainer, String, String[], Object[]) |
make | public static UIMessage make(UIContainer parent, String ID, String messagekey)(Code) | | Construct a "standalone" message component suitable for appearing as
a top-level label component in the component tree.
|
make | public static UIMessage make(UIContainer parent, String ID, String messagekey, Object[] arguments)(Code) | | Constructs a message component suitable for appearing as a top-level
label component in the component tree, making use of more complex
formatting. The arguments array is supplied as if to a standard
Java
MessageFormat.
|
|
|