public abstract class TrinidadConverterELTag extends TrinidadTagSupport
ConverterELTag
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 |
---|
TrinidadConverterELTag() |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.faces.convert.Converter |
createConverter() |
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.convert.Converter createConverter() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.