Class HtmlJavaScriptUtils
- java.lang.Object
- 
- org.apache.myfaces.renderkit.html.util.HtmlJavaScriptUtils
 
- 
 public final class HtmlJavaScriptUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description HtmlJavaScriptUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidappendClearHiddenCommandFormParamsFunctionCall(StringBuilder buf, String formName)static StringgetClearHiddenCommandFormParamsFunctionName(String formName)Prefixes the given String with "clear_" and removes special charactersstatic StringgetClearHiddenCommandFormParamsFunctionNameMyfacesLegacy(String formName)static voidrenderFormSubmitScript(FacesContext facesContext)
 
- 
- 
- 
Method Detail- 
renderFormSubmitScriptpublic static void renderFormSubmitScript(FacesContext facesContext) throws IOException - Throws:
- IOException
 
 - 
appendClearHiddenCommandFormParamsFunctionCallpublic static void appendClearHiddenCommandFormParamsFunctionCall(StringBuilder buf, String formName) 
 - 
getClearHiddenCommandFormParamsFunctionNamepublic static String getClearHiddenCommandFormParamsFunctionName(String formName) Prefixes the given String with "clear_" and removes special characters- Parameters:
- formName-
- Returns:
- String
 
 
- 
 
-