java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentTag
All Implemented Interfaces:
Tag, javax.servlet.jsp.tagext.JspIdConsumer, BodyTag, JspTag
Direct Known Subclasses:
UIComponentBodyTag, UIComponentTagAdapter
Use
- of this class has been replaced with UIComponentELTag , which extends
UIComponentClassicTagBase
to add properties that use the
EL API introduced as part of JSP 2.1.UIComponentTag is the base class for all JSP custom actions that correspond to user interface components in a page that is rendered by JavaServer Faces.
In this version of the specification, UIComponentTag
extends UIComponentClassicTagBase to add properties that use
the Faces 1.1 Expression Language.
Fields inherited from javax.faces.webapp.UIComponentClassicTagBase: |
---|
UNIQUE_ID_PREFIX, bodyContent, pageContext |
Fields inherited from javax.faces.webapp.UIComponentTagBase: |
---|
log |
Method from javax.faces.webapp.UIComponentTag Summary: |
---|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, release, setBinding, setProperties, setRendered |
Methods from javax.faces.webapp.UIComponentTagBase: |
---|
addChild, addFacet, getComponentInstance, getComponentType, getCreated, getELContext, getFacesContext, getIndexOfNextChildTag, getRendererType, setId |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.webapp.UIComponentTag Detail: |
---|
Deprecated! Implement |
Deprecated! Locate and return the nearest enclosing UIComponentTag
if any; otherwise, return |
Deprecated! |
Deprecated! |
Deprecated! Return |
Deprecated! Release any resources allocated during the execution of this tag handler. |
Deprecated! Set the value binding expression for our component. |
Deprecated! |
Deprecated! Set an override for the rendered attribute. |