@JSFFaceletTag(name="composite:attribute") public class AttributeHandler extends TagHandler
| 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 | 
|---|
| AttributeHandler(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="jakarta.el.ValueExpression",
                     deferredValueType="boolean")
protected final TagAttribute _hidden
public AttributeHandler(TagConfig config)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
apply in interface FaceletHandlerIOExceptionpublic boolean isCacheable()
public void setCacheable(boolean cacheable)
Copyright © 2022 The Apache Software Foundation. All rights reserved.