Class InterfaceHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.composite.InterfaceHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 @JSFFaceletTag(name="composite:interface") public class InterfaceHandler extends TagHandler - Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Field SummaryFields Modifier and Type Field 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.static StringNAME- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description InterfaceHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)LocationgetLocation()booleanisCacheable()voidsetCacheable(boolean cacheable)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final String NAME - See Also:
- Constant Field Values
 
 - 
_hidden@JSFFaceletAttribute(name="hidden", className="jakarta.el.ValueExpression", deferredValueType="boolean") protected final TagAttribute _hiddenThe "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans. Only available if ProjectStage is Development.
 
- 
 - 
Constructor Detail- 
InterfaceHandlerpublic InterfaceHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException - Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
 
 - 
isCacheablepublic boolean isCacheable() 
 - 
setCacheablepublic void setCacheable(boolean cacheable) 
 - 
getLocationpublic Location getLocation() 
 
- 
 
-