Class PassThroughAttributeHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.faces.core.PassThroughAttributeHandler
- All Implemented Interfaces:
AttributeHandler
,FaceletHandler
@JSFFaceletTag(name="f:passThroughAttribute",
bodyContent="empty")
public final class PassThroughAttributeHandler
extends TagHandler
implements AttributeHandler
- Author:
- Leonardo Uribe
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
PassThroughAttributeHandler
- Parameters:
config
-
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Specified by:
apply
in interfaceFaceletHandler
- Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-
getAttributeName
- Specified by:
getAttributeName
in interfaceAttributeHandler
-