Class FacetHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.composite.FacetHandler
- All Implemented Interfaces:
- FaceletHandler
Define the facets used by this composite component.
 
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>
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final TagAttributeThe "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(FaceletContext ctx, UIComponent parent) booleanvoidsetCacheable(boolean cacheable) Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Field Details
- 
Constructor Details- 
FacetHandler
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
 
- 
isCacheablepublic boolean isCacheable()
- 
setCacheablepublic void setCacheable(boolean cacheable) 
 
-