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 SummaryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
PassThroughAttributeHandler- Parameters:
- config-
 
 
- 
- 
Method Details- 
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
 
- 
getAttributeName- Specified by:
- getAttributeNamein interface- AttributeHandler
 
 
-