net.sf.jasperreports.jsf.validation
Class JdbcSourceValidator

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

public class JdbcSourceValidator
extends SourceValidatorBase


Field Summary
static String[] REQUIRED_DATASOURCE_ATTRS
          The Constant REQUIRED_DATASOURCE_ATTRS.
 
Fields inherited from class net.sf.jasperreports.jsf.validation.SourceValidatorBase
VALIDATOR_TYPE
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
JdbcSourceValidator()
           
 
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

REQUIRED_DATASOURCE_ATTRS

public static final String[] REQUIRED_DATASOURCE_ATTRS
The Constant REQUIRED_DATASOURCE_ATTRS.

Constructor Detail

JdbcSourceValidator

public JdbcSourceValidator()
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
Overrides:
validate in class SourceValidatorBase
Throws:
javax.faces.validator.ValidatorException


Copyright © 2011 SourceForge.net. All Rights Reserved.