com.sun.faces.taglib.jsf_core
public class AbstractConverterTag extends javax.faces.webapp.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. |
private static java.util.logging.Logger |
LOGGER |
Constructor and Description |
---|
AbstractConverterTag() |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.convert.Converter |
createConverter() |
protected static javax.faces.convert.Converter |
createConverter(javax.el.ValueExpression converterId,
javax.el.ValueExpression binding,
javax.faces.context.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. |
private static final java.util.logging.Logger LOGGER
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 javax.faces.convert.Converter createConverter() throws javax.servlet.jsp.JspException
createConverter
in class javax.faces.webapp.ConverterELTag
javax.servlet.jsp.JspException
protected static javax.faces.convert.Converter createConverter(javax.el.ValueExpression converterId, javax.el.ValueExpression binding, javax.faces.context.FacesContext facesContext)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.