Class CMSViewHelperUtil


  • public class CMSViewHelperUtil
    extends java.lang.Object

    CMSViewHelperUtil class.

    Version:
    $Id: $Id
    Author:
    another
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getFieldExplanation​(java.lang.String documentPath, DataObject object, java.lang.String property)
      getFieldExplanation.
      • Methods inherited from class java.lang.Object

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

      • getFieldExplanation

        public static java.lang.String getFieldExplanation​(java.lang.String documentPath,
                                                           DataObject object,
                                                           java.lang.String property)

        getFieldExplanation.

        Parameters:
        documentPath - a String object.
        object - a DataObject object.
        property - a String object.
        Returns:
        a String object.