|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidad.webapp.TrinidadTagSupport
org.apache.myfaces.trinidad.webapp.TrinidadValidatorELTag
public abstract class TrinidadValidatorELTag
This is the Trinidad version of the JSF ValidatorELTag class.
The main difference is that this class is NOT inheriting from
the standard TagSupport and therefore does not
implement Serializable interface.
| Field Summary |
|---|
| Fields inherited from class org.apache.myfaces.trinidad.webapp.TrinidadTagSupport |
|---|
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 | |
|---|---|
TrinidadValidatorELTag()
|
|
| Method Summary | |
|---|---|
protected abstract javax.faces.validator.Validator |
createValidator()
|
int |
doStartTag()
Default processing of the start tag, returning SKIP_BODY. |
| Methods inherited from class org.apache.myfaces.trinidad.webapp.TrinidadTagSupport |
|---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrinidadValidatorELTag()
| Method Detail |
|---|
public int doStartTag()
throws javax.servlet.jsp.JspException
TrinidadTagSupport
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class TrinidadTagSupportjavax.servlet.jsp.JspException - if an error occurs while processing this tagTag.doStartTag()
protected abstract javax.faces.validator.Validator createValidator()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||