@JSFFaceletTag(name="composite:insertFacet") public class InsertFacetHandler extends TagHandler
| Modifier and Type | Field and Description | 
|---|---|
| protected TagAttribute | _nameThe name that identify the current facet. | 
| protected TagAttribute | _requiredDefine if the facet to be inserted is required or not for every instance of
 this composite component. | 
| static String | INSERT_FACET_KEYSKey used to save on bean descriptor a map containing the metadata
 information related to this tag. | 
| static String | INSERT_FACET_USED | 
nextHandler, tag, tagId| Constructor and Description | 
|---|
| InsertFacetHandler(TagConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(FaceletContext ctx,
     UIComponent parent) | 
| String | getFacetName(FaceletContext ctx) | 
getAttribute, getRequiredAttribute, toStringpublic static final String INSERT_FACET_USED
public static final String INSERT_FACET_KEYS
@JSFFaceletAttribute(name="name",
                     className="javax.el.ValueExpression",
                     deferredValueType="java.lang.String",
                     required=true)
protected final TagAttribute _name
@JSFFaceletAttribute(name="required",
                     className="javax.el.ValueExpression",
                     deferredValueType="boolean")
protected final TagAttribute _required
public InsertFacetHandler(TagConfig config)
public String getFacetName(FaceletContext ctx)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.