@JSFFaceletTag(name="composite:facet") public class FacetHandler extends TagHandler
This tag is used inside composite:interface tag. All facets should be saved under the key UIComponent.FACETS_KEY on the bean descriptor map as a Map<String, PropertyDescriptor>
| Modifier and Type | Field and Description | 
|---|---|
| protected TagAttribute | _hiddenThe "hidden" flag is used to identify features that are intended only 
 for tool use, and which should not be exposed to humans. | 
nextHandler, tag, tagId| Constructor and Description | 
|---|
| FacetHandler(TagConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(FaceletContext ctx,
     UIComponent parent) | 
| boolean | isCacheable() | 
| void | setCacheable(boolean cacheable) | 
getAttribute, getRequiredAttribute, toString@JSFFaceletAttribute(name="hidden",
                     className="javax.el.ValueExpression",
                     deferredValueType="boolean")
protected final TagAttribute _hidden
public FacetHandler(TagConfig config)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
apply in interface FaceletHandlerIOExceptionpublic boolean isCacheable()
public void setCacheable(boolean cacheable)
Copyright © 2021 The Apache Software Foundation. All rights reserved.