org.apache.myfaces.shared.renderkit.html.util
Class JavascriptUtils
java.lang.Object
org.apache.myfaces.shared.renderkit.html.util.JavascriptUtils
public final class JavascriptUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVASCRIPT_DETECTED
public static final String JAVASCRIPT_DETECTED
getValidJavascriptNameAsInRI
public static String getValidJavascriptNameAsInRI(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.
getValidJavascriptName
public static String getValidJavascriptName(String s,
boolean checkForReservedWord)
encodeString
public static String encodeString(String string)
isRenderClearJavascriptOnButton
public static boolean isRenderClearJavascriptOnButton(ExternalContext externalContext)
isSaveFormSubmitLinkIE
public static boolean isSaveFormSubmitLinkIE(ExternalContext externalContext)
setOldViewId
public static void setOldViewId(ExternalContext externalContext,
String viewId)
getOldViewId
public static String getOldViewId(ExternalContext externalContext)
Copyright © 2015 The Apache Software Foundation. All rights reserved.