| Constructor and Description |
|---|
CommandTagParserImpl()
CommandTagParserImpl constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Get the failure message
|
boolean |
hasFailed()
Return false if validator conditions have not been met
|
void |
parseEndElement()
Parse the end element
|
void |
parseStartElement()
Parse the starting element.
|
void |
setValidatorInfo(ValidatorInfo validatorInfo)
Set the validator info object that has the current tag
information
|
public CommandTagParserImpl()
CommandTagParserImpl constructor
public void setValidatorInfo(ValidatorInfo validatorInfo)
Set the validator info object that has the current tag information
setValidatorInfo in interface TagParservalidatorInfo - object with current tag infopublic String getMessage()
Get the failure message
getMessage in interface TagParserpublic boolean hasFailed()
Return false if validator conditions have not been met
public void parseStartElement()
Parse the starting element. Parcel out to appropriate handler method.
parseStartElement in interface TagParserpublic void parseEndElement()
Parse the end element
parseEndElement in interface TagParserCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.