Constructor and Description |
---|
IdTagParserImpl()
CommandTagParser 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 ending element.
|
void |
parseStartElement()
Parse the starting element.
|
void |
setValidatorInfo(ValidatorInfo validatorInfo)
Set the validator info object that has the current tag
information
|
public void setValidatorInfo(ValidatorInfo validatorInfo)
Set the validator info object that has the current tag information
setValidatorInfo
in interface TagParser
validatorInfo
- object with current tag infopublic String getMessage()
Get the failure message
getMessage
in interface TagParser
public boolean hasFailed()
Return false if validator conditions have not been met
public void parseStartElement()
Parse the starting element. If it is a specific JSTL tag make sure that the nested JSF tags have IDs.
parseStartElement
in interface TagParser
public void parseEndElement()
Parse the ending element. If it is a specific JSTL tag make sure that the appropriate flags are set.
parseEndElement
in interface TagParser
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.