@Handler(supports=HL7Source.class, order=50) public class HL7SourceValidator extends java.lang.Object implements org.springframework.validation.Validator
HL7Source
object.Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log
Log for this class and subclasses
|
Constructor and Description |
---|
HL7SourceValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(java.lang.Class c)
Determines if the command object being submitted is a valid type
|
void |
validate(java.lang.Object obj,
org.springframework.validation.Errors errors)
Checks the form object for any inconsistencies/errors
|
protected final org.apache.commons.logging.Log log
public boolean supports(java.lang.Class c)
supports
in interface org.springframework.validation.Validator
Validator.supports(java.lang.Class)
public void validate(java.lang.Object obj, org.springframework.validation.Errors errors)
validate
in interface org.springframework.validation.Validator
Validator.validate(java.lang.Object,
org.springframework.validation.Errors)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.