public class AbstractConverterTag extends ConverterELTag
Base class for all ConverterTag
s.
Modifier and Type | Field and Description |
---|---|
protected javax.el.ValueExpression |
binding
The
ValueExpression that evaluates to an object that
implements Converter . |
protected javax.el.ValueExpression |
converterId
The identifier of the
Converter
instance to be created. |
Constructor and Description |
---|
AbstractConverterTag() |
Modifier and Type | Method and Description |
---|---|
protected Converter |
createConverter()
Create and return a new
Converter to be registered
on our surrounding UIComponent . |
protected static Converter |
createConverter(javax.el.ValueExpression converterId,
javax.el.ValueExpression binding,
FacesContext facesContext) |
void |
setBinding(javax.el.ValueExpression binding)
Set the expression that will be used to create a
ValueExpression that references a backing bean property
of the Converter instance to be created. |
void |
setConverterId(javax.el.ValueExpression converterId)
Set the identifer of the
Converter
instance to be created. |
doStartTag
protected javax.el.ValueExpression binding
The ValueExpression
that evaluates to an object that
implements Converter
.
protected javax.el.ValueExpression converterId
The identifier of the Converter
instance to be created.
public void setBinding(javax.el.ValueExpression binding)
Set the expression that will be used to create a
ValueExpression
that references a backing bean property
of the Converter
instance to be created.
binding
- The new expressionpublic void setConverterId(javax.el.ValueExpression converterId)
Set the identifer of the Converter
instance to be created.
converterId
- The identifier of the converter instance to be
created.protected Converter createConverter() throws javax.servlet.jsp.JspException
ConverterELTag
Create and return a new Converter
to be registered
on our surrounding UIComponent
.
createConverter
in class ConverterELTag
Converter
javax.servlet.jsp.JspException
- if a new instance cannot be createdprotected static Converter createConverter(javax.el.ValueExpression converterId, javax.el.ValueExpression binding, FacesContext facesContext)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.