org.openfaces.renderkit.validation
Class ValidatorUtil

java.lang.Object
  extended by org.openfaces.renderkit.validation.ValidatorUtil

public class ValidatorUtil
extends java.lang.Object


Method Summary
static java.lang.String getValidatorUtilJsUrl(javax.faces.context.FacesContext context)
           
static void renderPresentationExistsForAllInputComponents(javax.faces.context.FacesContext context)
           
static void renderPresentationExistsForComponent(java.lang.String componentClientId, javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

renderPresentationExistsForAllInputComponents

public static void renderPresentationExistsForAllInputComponents(javax.faces.context.FacesContext context)
                                                          throws java.io.IOException
Throws:
java.io.IOException

renderPresentationExistsForComponent

public static void renderPresentationExistsForComponent(java.lang.String componentClientId,
                                                        javax.faces.context.FacesContext context)
                                                 throws java.io.IOException
Throws:
java.io.IOException

getValidatorUtilJsUrl

public static java.lang.String getValidatorUtilJsUrl(javax.faces.context.FacesContext context)


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.