javax.faces.webapp
public abstract class UIComponentELTag extends UIComponentClassicTagBase implements javax.servlet.jsp.tagext.Tag
UIComponentELTag
specializes its superclass to allow for
properties that take their values from EL API expressions.
This tag is designed for use with Faces version 1.2 and JSP version 2.1 containers.
Constructor and Description |
---|
UIComponentELTag() |
Modifier and Type | Method and Description |
---|---|
void |
release()
Release any resources allocated during the execution of this
tag handler.
|
void |
setBinding(javax.el.ValueExpression binding)
Set the value expression for our component.
|
void |
setRendered(javax.el.ValueExpression rendered)
Set an override for the rendered attribute.
|
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getComponentInstance, getCreated, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent
getComponentType, getRendererType
public void setBinding(javax.el.ValueExpression binding) throws javax.servlet.jsp.JspException
Set the value expression for our component.
binding
- The new value expressionjavax.servlet.jsp.JspException
- if an error occurspublic void setRendered(javax.el.ValueExpression rendered)
Set an override for the rendered attribute.
rendered
- The new value for rendered attributepublic void release()
Release any resources allocated during the execution of this tag handler.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class UIComponentClassicTagBase