Class InterfaceHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.composite.InterfaceHandler
- 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.static final StringFields 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- 
NAME- See Also:
 
 
- 
- 
Constructor Details- 
InterfaceHandler
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
 
- 
isCacheablepublic boolean isCacheable()
- 
setCacheablepublic void setCacheable(boolean cacheable) 
- 
getLocation
 
-