net.sf.jasperreports.jsf.validation
Class SourceValidatorBase

java.lang.Object
  extended by net.sf.jasperreports.jsf.validation.SourceValidatorBase
All Implemented Interfaces:
EventListener, javax.faces.validator.Validator
Direct Known Subclasses:
JdbcSourceValidator

public class SourceValidatorBase
extends Object
implements javax.faces.validator.Validator


Field Summary
static String VALIDATOR_TYPE
           
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
SourceValidatorBase()
           
 
Method Summary
 void validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATOR_TYPE

public static final String VALIDATOR_TYPE
Constructor Detail

SourceValidatorBase

public SourceValidatorBase()
Method Detail

validate

public void validate(javax.faces.context.FacesContext context,
                     javax.faces.component.UIComponent component,
                     Object value)
              throws javax.faces.validator.ValidatorException
Specified by:
validate in interface javax.faces.validator.Validator
Throws:
javax.faces.validator.ValidatorException


Copyright © 2011 SourceForge.net. All Rights Reserved.