|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.ValidatorTag
com.mycompany.jsf.taglib.ValidateLaterThanTag
This class is a tag handler that creates and configures a "com.mycompany.jsf.validator.LATER_THAN" validator.
Field Summary | |
private java.lang.String |
peerId
|
Fields inherited from class javax.faces.webapp.ValidatorTag |
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
ValidateLaterThanTag()
|
Method Summary | |
protected javax.faces.validator.Validator |
createValidator()
Returns a new instance of the validator registered under the name "com.mycompany.jsf.validator.LATER_THAN", configured with the "than" property value. |
void |
setThan(java.lang.String peerId)
Sets the client ID for the component holding the value to compare the value of the component with this validator to. |
Methods inherited from class javax.faces.webapp.ValidatorTag |
doStartTag, release, setValidatorId |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String peerId
Constructor Detail |
public ValidateLaterThanTag()
Method Detail |
public void setThan(java.lang.String peerId)
protected javax.faces.validator.Validator createValidator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |