Class AttributesHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
com.sun.faces.facelets.tag.jsf.core.AttributesHandler
- All Implemented Interfaces:
AttributeHandler
,FaceletHandler
public final class AttributesHandler extends TagHandlerImpl implements AttributeHandler
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AttributesHandler(TagConfig config)
-
Method Summary
Modifier and Type Method Description void
apply(FaceletContext ctx, UIComponent parent)
Process changes on a particular UIComponentString
getAttributeName(FaceletContext ctxt)
Returns the resolved literal String value of the attribute name after evaluating EL.Methods inherited from class com.sun.faces.facelets.tag.TagHandlerImpl
findNextByType, findNextByType
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
Method Details
-
apply
Description copied from interface:FaceletHandler
Process changes on a particular UIComponent
- Specified by:
apply
in interfaceFaceletHandler
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon- Throws:
IOException
- if unable to loadrelativePath
-
getAttributeName
Description copied from interface:AttributeHandler
Returns the resolved literal String value of the attribute name after evaluating EL.
- Specified by:
getAttributeName
in interfaceAttributeHandler
- Parameters:
ctxt
- theFaceletContext
for this view execution- Returns:
- the literal string value of the attribute name after evaluating EL
-