org.apache.myfaces.custom.clientvalidation.common
Class CVUtils
java.lang.Object
org.apache.myfaces.custom.clientvalidation.common.CVUtils
public class CVUtils
- extends java.lang.Object
- Version:
- $Revision: 516303 $ $Date: 2007-03-09 06:04:46 +0100 (Fr, 09 M??r 2007) $
- Author:
- cagatay (latest modification by $Author: cagatay $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addCVCall
public static void addCVCall(CVCall call)
createCVCall
public static CVCall createCVCall(javax.faces.component.UIInput input)
getCVCallsHolder
public static CVCallsHolder getCVCallsHolder(javax.faces.context.FacesContext facesContext)
isCVEnabled
public static boolean isCVEnabled()
queueCVCalls
public static void queueCVCalls(javax.faces.component.UIComponent root)
encodeValidationScript
public static void encodeValidationScript(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Throws:
java.io.IOException
getJSMessageBundle
public static java.lang.String getJSMessageBundle(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Throws:
java.io.IOException
encodeCreateViewFunction
public static void encodeCreateViewFunction(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Throws:
java.io.IOException
encodeRenderResponseFunction
public static void encodeRenderResponseFunction(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Throws:
java.io.IOException
encodeJavascript
public static void encodeJavascript(javax.faces.context.FacesContext context)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.