Class UIComponentsUtils


  • public final class UIComponentsUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getJsonString​(java.util.Map<java.lang.String,​java.lang.Object> map)  
      • Methods inherited from class java.lang.Object

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

      • getJsonString

        public static java.lang.String getJsonString​(java.util.Map<java.lang.String,​java.lang.Object> map)
        Parameters:
        map - the map of parameters for the builded json
        Returns:
        a json String for html attributes
        Since:
        jcms-10.0.6