|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.taglib.jsf_core.IdTagParserImpl
public class IdTagParserImpl
Parses tags to verify that an id attribute is present if it is determined to be required
Constructor Summary | |
---|---|
IdTagParserImpl()
CommandTagParser constructor |
Method Summary | |
---|---|
java.lang.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdTagParserImpl()
CommandTagParser constructor
Method Detail |
---|
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 java.lang.String getMessage()
Get the failure message
getMessage
in interface TagParser
public boolean hasFailed()
Return false if validator conditions have not been met
hasFailed
in interface TagParser
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |