org.apache.myfaces.shared_impl.renderkit.html.util
Class JavascriptUtils
java.lang.Object
org.apache.myfaces.shared_impl.renderkit.html.util.JavascriptUtils
public final class JavascriptUtils
- extends java.lang.Object
- Version:
- $Revision: 684009 $ $Date: 2008-08-08 11:07:53 -0500 (Fri, 08 Aug 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Anton Koinov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVASCRIPT_DETECTED
public static final java.lang.String JAVASCRIPT_DETECTED
getValidJavascriptNameAsInRI
public static java.lang.String getValidJavascriptNameAsInRI(java.lang.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 java.lang.String getValidJavascriptName(java.lang.String s,
boolean checkForReservedWord)
encodeString
public static java.lang.String encodeString(java.lang.String string)
isJavascriptAllowed
public static boolean isJavascriptAllowed(ExternalContext externalContext)
isRenderClearJavascriptOnButton
public static boolean isRenderClearJavascriptOnButton(ExternalContext externalContext)
isSaveFormSubmitLinkIE
public static boolean isSaveFormSubmitLinkIE(ExternalContext externalContext)
setJavascriptDetected
public static void setJavascriptDetected(javax.servlet.http.HttpSession session,
boolean value)
isJavascriptDetected
public static boolean isJavascriptDetected(ExternalContext externalContext)
setOldViewId
public static void setOldViewId(ExternalContext externalContext,
java.lang.String viewId)
getOldViewId
public static java.lang.String getOldViewId(ExternalContext externalContext)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.