public interface TagParser
Interface defining the Validator Tag Parser implementation methods
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Return the failure message for a failed validation
|
boolean |
hasFailed()
Return false if validator conditions have not been met
|
void |
parseEndElement()
Parse the ending element.
|
void |
parseStartElement()
Parse the starting element.
|
void |
setValidatorInfo(ValidatorInfo validatorInfo)
Set the Validator Info Bean
|
String getMessage()
Return the failure message for a failed validation
boolean hasFailed()
Return false if validator conditions have not been met
void setValidatorInfo(ValidatorInfo validatorInfo)
Set the Validator Info Bean
void parseStartElement()
Parse the starting element. Parcel out to appropriate handler method.
void parseEndElement()
Parse the ending element. Parcel out to appropriate handler method.
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.