org.riotfamily.forms
Class MessageUtils

java.lang.Object
  extended by org.riotfamily.forms.MessageUtils

public class MessageUtils
extends Object


Constructor Summary
MessageUtils()
           
 
Method Summary
static String getHint(Element element, EditorBinding binding)
           
static String getHint(Form form, Class<?> beanClass)
           
static String getLabel(Element element, EditorBinding binding)
           
static String getMessage(Element element, String key)
           
static String getMessage(Element element, String key, Object[] args, String defaultMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageUtils

public MessageUtils()
Method Detail

getMessage

public static String getMessage(Element element,
                                String key)

getMessage

public static String getMessage(Element element,
                                String key,
                                Object[] args,
                                String defaultMessage)

getLabel

public static String getLabel(Element element,
                              EditorBinding binding)

getHint

public static String getHint(Element element,
                             EditorBinding binding)

getHint

public static String getHint(Form form,
                             Class<?> beanClass)