Class PassThroughAttributeHandler

java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
com.sun.faces.facelets.tag.jsf.core.PassThroughAttributeHandler
All Implemented Interfaces:
AttributeHandler, FaceletHandler

public final class PassThroughAttributeHandler
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)