public abstract class TrinidadValidatorELTag extends TrinidadTagSupport
ValidatorELTag
class.
The main difference is that this class is NOT inheriting from
the standard TagSupport
and therefore does not
implement Serializable
interface.id, pageContext
Constructor and Description |
---|
TrinidadValidatorELTag() |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.faces.validator.Validator |
createValidator() |
int |
doStartTag()
Default processing of the start tag, returning SKIP_BODY.
|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
public int doStartTag() throws javax.servlet.jsp.JspException
TrinidadTagSupport
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TrinidadTagSupport
javax.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
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.