public class FacetTag
extends jakarta.servlet.jsp.tagext.TagSupport
FacetTag is the Jakarta Server Pages 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.
| Constructor and Description |
|---|
FacetTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Return
EVAL_BODY_INCLUDE to cause nested body content to be evaluated. |
String |
getName()
Return the name to be assigned to this facet.
|
void |
release()
Release any resources allocated by this tag instance.
|
void |
setName(String name)
Set the name to be assigned to this facet.
|
public String getName()
Return the name to be assigned to this facet.
public void setName(String name)
Set the name to be assigned to this facet.
name - The new facet namepublic void release()
Release any resources allocated by this tag instance.
release in interface jakarta.servlet.jsp.tagext.Tagrelease in class jakarta.servlet.jsp.tagext.TagSupportpublic int doStartTag()
throws jakarta.servlet.jsp.JspException
Return EVAL_BODY_INCLUDE to cause nested body content to be evaluated.
doStartTag in interface jakarta.servlet.jsp.tagext.TagdoStartTag in class jakarta.servlet.jsp.tagext.TagSupportjakarta.servlet.jsp.JspExceptionCopyright © 1997–2020 Eclipse Foundation. All rights reserved.