Class AttributeHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.composite.AttributeHandler
- All Implemented Interfaces:
- FaceletHandler
- 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- 
AttributeHandler
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
 
- 
isCacheablepublic boolean isCacheable()
- 
setCacheablepublic void setCacheable(boolean cacheable) 
 
-