Class HtmlJavaScriptUtils


  • public final class HtmlJavaScriptUtils
    extends Object
    • Constructor Detail

      • HtmlJavaScriptUtils

        public HtmlJavaScriptUtils()
    • Method Detail

      • appendClearHiddenCommandFormParamsFunctionCall

        public static void appendClearHiddenCommandFormParamsFunctionCall​(StringBuilder buf,
                                                                          String formName)
      • getClearHiddenCommandFormParamsFunctionName

        public static String getClearHiddenCommandFormParamsFunctionName​(String formName)
        Prefixes the given String with "clear_" and removes special characters
        Parameters:
        formName -
        Returns:
        String
      • getClearHiddenCommandFormParamsFunctionNameMyfacesLegacy

        public static String getClearHiddenCommandFormParamsFunctionNameMyfacesLegacy​(String formName)