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.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description PassThroughAttributeHandler(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- 
PassThroughAttributeHandlerpublic PassThroughAttributeHandler(TagConfig config) - Parameters:
- 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
 
 
- 
 
-