Home » Mojarra-2.0.1 » javax » faces » webapp » [javadoc | source]
javax.faces.webapp
public class: FacetTag [javadoc | source]
java.lang.Object
   javax.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:
 public int doStartTag() throws JspException 

    Return EVAL_BODY_INCLUDE to cause nested body content to be evaluated.

 public String getName() 

    Return the name to be assigned to this facet.

 public  void release() 

    Release any resources allocated by this tag instance.

 public  void setName(String name) 

    Set the name to be assigned to this facet.