|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.faces.webapp
|
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
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 |
Constructor Summary | |
---|---|
ConverterTag()
Deprecated. |
Method Summary | |
---|---|
protected Converter |
createConverter()
Deprecated. Create and return a new Converter to be registered
on our surrounding UIComponent . |
int |
doStartTag()
Deprecated. Create a new instance of the specified Converter
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTag instance, if
the UIComponent instance was created by this execution of the
containing JSP page. |
void |
release()
Deprecated. Release references to any acquired resources. |
void |
setBinding(String binding)
Deprecated. 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(String converterId)
Deprecated. Set the identifer of the Converter instance to be created. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConverterTag()
Method Detail |
---|
public void setConverterId(String converterId)
Set the identifer of the Converter
instance to be created.
converterId
- The identifier of the converter instance to be
created.public void setBinding(String binding) throws JspException
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 expression
JspException
- if a JSP error occurspublic int doStartTag() throws JspException
Create a new instance of the specified Converter
class, and register it with the UIComponent
instance associated
with our most immediately surrounding UIComponentTag
instance, if
the UIComponent
instance was created by this execution of the
containing JSP page.
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
- if a JSP error occursTag.doStartTag()
public void release()
Release references to any acquired resources.
release
in interface Tag
release
in class TagSupport
Tag.release()
protected Converter createConverter() throws JspException
Create and return a new Converter
to be registered
on our surrounding UIComponent
.
JspException
- if a new instance cannot be created