Class HtmlJavaScriptUtils
java.lang.Object
org.apache.myfaces.renderkit.html.util.HtmlJavaScriptUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidappendClearHiddenCommandFormParamsFunctionCall(StringBuilder buf, String formName) static StringPrefixes the given String with "clear_" and removes special charactersstatic Stringstatic voidrenderFormSubmitScript(FacesContext facesContext) 
- 
Constructor Details- 
HtmlJavaScriptUtilspublic HtmlJavaScriptUtils()
 
- 
- 
Method Details- 
renderFormSubmitScript- Throws:
- IOException
 
- 
appendClearHiddenCommandFormParamsFunctionCallpublic static void appendClearHiddenCommandFormParamsFunctionCall(StringBuilder buf, String formName) 
- 
getClearHiddenCommandFormParamsFunctionNamePrefixes the given String with "clear_" and removes special characters- Parameters:
- formName-
- Returns:
- String
 
- 
getClearHiddenCommandFormParamsFunctionNameMyfacesLegacy
 
-