Class JavascriptUtils
java.lang.Object
org.apache.myfaces.renderkit.html.util.JavascriptUtils
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringencodeString(String string) static StringgetValidJavascriptName(String s, boolean checkForReservedWord) static StringgetValidJavascriptNameAsInRI(String origIdentifier) Don't use this function - except when compatibility with the RI is a must, as in the name for the clear form parameters script.static booleanisRenderClearJavascriptOnButton(ExternalContext externalContext) 
- 
Method Details- 
getValidJavascriptNameAsInRIDon't use this function - except when compatibility with the RI is a must, as in the name for the clear form parameters script.
- 
getValidJavascriptName
- 
encodeString
- 
isRenderClearJavascriptOnButton
 
-