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 Summary
FieldsModifier and TypeFieldDescriptionprotected final TagAttribute
The "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.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(FaceletContext ctx, UIComponent parent) boolean
void
setCacheable
(boolean cacheable) Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Field Details
-
Constructor Details
-
AttributeHandler
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFaceletHandler
- Throws:
IOException
-
isCacheable
public boolean isCacheable() -
setCacheable
public void setCacheable(boolean cacheable)
-