java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.FacetTag
All Implemented Interfaces:
IterationTag, Serializable
FacetTag is the JSP mechanism for denoting a
javax.faces.component.UIComponent is to be added as a
facet
to the component associated with its parent.
A FacetTag must have one and only one child. This child must be a UIComponentTag instance representing a single javax.faces.component.UIComponent instance.
Fields inherited from javax.servlet.jsp.tagext.TagSupport: |
---|
id, pageContext, class$javax$servlet$jsp$tagext$Tag |
Method from javax.faces.webapp.FacetTag Summary: |
---|
doStartTag, getName, release, setName |
Methods from javax.servlet.jsp.tagext.TagSupport: |
---|
class$, doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.webapp.FacetTag Detail: |
---|
Return |
Return the name to be assigned to this facet. |
Release any resources allocated by this tag instance. |
Set the name to be assigned to this facet. |