|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport javax.faces.webapp.FacetTag
public class FacetTag
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.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
FacetTag()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacetTag()
Method Detail |
---|
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 Tag
release
in class TagSupport
Tag.release()
public int doStartTag() throws JspException
Return EVAL_BODY_INCLUDE
to cause nested body
content to be evaluated.
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
- if an error occurs while processing this tagTag.doStartTag()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.