|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.taglib.jsf_core.CoreTagParserImpl
public class CoreTagParserImpl
Parses the command tag attributes and verifies that the required attributes are present
Constructor Summary | |
---|---|
CoreTagParserImpl()
CoreTagParserImpl 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 end 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 CoreTagParserImpl()
CoreTagParserImpl 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. Parcel out to appropriate handler method.
parseStartElement
in interface TagParser
public void parseEndElement()
Parse the end element
parseEndElement
in interface TagParser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |