Class UtilHelpText


  • public final class UtilHelpText
    extends java.lang.Object
    Util for working with Help Text
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getEntityFieldDescription​(java.lang.String entityName, java.lang.String fieldName, Delegator delegator, java.util.Locale locale)
      Find the help text associated with an entity field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Method Detail

      • getEntityFieldDescription

        public static java.lang.String getEntityFieldDescription​(java.lang.String entityName,
                                                                 java.lang.String fieldName,
                                                                 Delegator delegator,
                                                                 java.util.Locale locale)
        Find the help text associated with an entity field.
        Parameters:
        entityName - the entity name
        fieldName - the field name
        delegator - the delegator
        locale - the locale
        Returns:
        the help text, or the resource propertyName if no help text exists