Class HtmlJavaScriptUtils
java.lang.Object
org.apache.myfaces.renderkit.html.util.HtmlJavaScriptUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendClearHiddenCommandFormParamsFunctionCall
(StringBuilder buf, String formName) static String
Prefixes the given String with "clear_" and removes special charactersstatic String
static void
renderFormSubmitScript
(FacesContext facesContext)
-
Constructor Details
-
HtmlJavaScriptUtils
public HtmlJavaScriptUtils()
-
-
Method Details
-
renderFormSubmitScript
- Throws:
IOException
-
appendClearHiddenCommandFormParamsFunctionCall
public static void appendClearHiddenCommandFormParamsFunctionCall(StringBuilder buf, String formName) -
getClearHiddenCommandFormParamsFunctionName
Prefixes the given String with "clear_" and removes special characters- Parameters:
formName
-- Returns:
- String
-
getClearHiddenCommandFormParamsFunctionNameMyfacesLegacy
-