Class AttributeHandler

All Implemented Interfaces:
AttributeHandler, FaceletHandler

public final class AttributeHandler
extends TagHandlerImpl
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 tag documentation.

Author:
Jacob Hookom
See Also:
UIComponent.getAttributes(), UIComponent.setValueExpression(java.lang.String, jakarta.el.ValueExpression)