org.apache.myfaces.trinidad.webapp
Class TrinidadValidatorELTag
java.lang.Object
org.apache.myfaces.trinidad.webapp.TrinidadTagSupport
org.apache.myfaces.trinidad.webapp.TrinidadValidatorELTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public abstract class TrinidadValidatorELTag
- extends TrinidadTagSupport
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.
- Author:
- Apache MyFaces team
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 |
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 |
TrinidadValidatorELTag
public TrinidadValidatorELTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
TrinidadTagSupport
- Default processing of the start tag, returning SKIP_BODY.
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TrinidadTagSupport
- Returns:
- SKIP_BODY
- Throws:
javax.servlet.jsp.JspException
- if an error occurs while processing this tag- See Also:
Tag.doStartTag()
createValidator
protected abstract javax.faces.validator.Validator createValidator()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.