- All Implemented Interfaces:
- AttributeHandler, FaceletHandler
@JSFFaceletTag(name="f:attribute",
               bodyContent="empty",
               tagClass="org.apache.myfaces.taglib.core.AttributeTag")
public final class AttributeHandler
extends TagHandler
implements AttributeHandler
Sets 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 javax.faces.component.UIComponent#getAttributes()
 See javax.faces.component.UIComponent#setValueExpression(java.lang.String, javax.el.ValueExpression)
- Version:
- $Id$
- Author:
- Jacob Hookom