Class AttributeHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.core.AttributeHandler
 
 
- 
- All Implemented Interfaces:
- AttributeHandler,- FaceletHandler
 
 @JSFFaceletTag(name="f:attribute", bodyContent="empty") public final class AttributeHandler extends TagHandler implements AttributeHandlerSets the specified name and attribute on the parent UIComponent. If the "value" specified is not a literal, it will instead set the ValueExpression on the UIComponent. See jakarta.faces.component.UIComponent#getAttributes() See jakarta.faces.component.UIComponent#setValueExpression(java.lang.String, jakarta.el.ValueExpression)- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description AttributeHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)StringgetAttributeName(FaceletContext ctx)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AttributeHandlerpublic AttributeHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 - 
getAttributeNamepublic String getAttributeName(FaceletContext ctx) - Specified by:
- getAttributeNamein interface- AttributeHandler
 
 
- 
 
-