org.openfaces.validation.core
Class ClientValidatorsRegistry

java.lang.Object
  extended by org.openfaces.validation.core.ClientValidatorsRegistry

public class ClientValidatorsRegistry
extends java.lang.Object


Method Summary
static ClientValidatorsRegistry getInstance()
           
 ClientValidator getValidator(java.lang.annotation.Annotation annotation)
          Method should return proper client validator for validation annotation or null if there is no client validator registered for particular annotation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ClientValidatorsRegistry getInstance()

getValidator

public ClientValidator getValidator(java.lang.annotation.Annotation annotation)
Method should return proper client validator for validation annotation or null if there is no client validator registered for particular annotation

Parameters:
annotation -
Returns:
client validator


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