Richfaces UI Components UI 4.1.0.20110910-M2

org.richfaces.validator
Class DummyBeanValidatorService

java.lang.Object
  extended by org.richfaces.validator.DummyBeanValidatorService
All Implemented Interfaces:
org.richfaces.validator.BeanValidatorService

public class DummyBeanValidatorService
extends java.lang.Object
implements org.richfaces.validator.BeanValidatorService

Author:
asmirnov

Constructor Summary
DummyBeanValidatorService()
           
 
Method Summary
 java.util.Collection<org.richfaces.validator.ValidatorDescriptor> getConstrains(javax.faces.context.FacesContext context, javax.el.ValueExpression expression, java.lang.String message, java.lang.Class<?>... groups)
           
 java.util.Collection<java.lang.String> validateExpression(javax.faces.context.FacesContext context, javax.el.ValueExpression expression, java.lang.Object newValue, java.lang.Class<?>... groups)
           
 java.util.Collection<java.lang.String> validateObject(javax.faces.context.FacesContext context, java.lang.Object object, java.lang.Class<?>... groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyBeanValidatorService

public DummyBeanValidatorService()
Method Detail

getConstrains

public java.util.Collection<org.richfaces.validator.ValidatorDescriptor> getConstrains(javax.faces.context.FacesContext context,
                                                                                       javax.el.ValueExpression expression,
                                                                                       java.lang.String message,
                                                                                       java.lang.Class<?>... groups)
Specified by:
getConstrains in interface org.richfaces.validator.BeanValidatorService

validateExpression

public java.util.Collection<java.lang.String> validateExpression(javax.faces.context.FacesContext context,
                                                                 javax.el.ValueExpression expression,
                                                                 java.lang.Object newValue,
                                                                 java.lang.Class<?>... groups)
Specified by:
validateExpression in interface org.richfaces.validator.BeanValidatorService

validateObject

public java.util.Collection<java.lang.String> validateObject(javax.faces.context.FacesContext context,
                                                             java.lang.Object object,
                                                             java.lang.Class<?>... groups)
Specified by:
validateObject in interface org.richfaces.validator.BeanValidatorService

Richfaces UI Components UI 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.