Package javax.faces.webapp
Class FacetTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.FacetTag
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class FacetTag
extends javax.servlet.jsp.tagext.TagSupport
FacetTag is the JSP mechanism for denoting a
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 UIComponent instance.
- See Also:
-
Field Summary
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
FacetTag
public FacetTag()
-
-
Method Details
-
getName
Return the name to be assigned to this facet.
-
setName
Set the name to be assigned to this facet.
- Parameters:
name- The new facet name
-
release
public void release()Release any resources allocated by this tag instance.
- Specified by:
releasein interfacejavax.servlet.jsp.tagext.Tag- Overrides:
releasein classjavax.servlet.jsp.tagext.TagSupport
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspExceptionReturn
EVAL_BODY_INCLUDEto cause nested body content to be evaluated.- Specified by:
doStartTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException
-