Class RenderFacetHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- jakarta.faces.view.facelets.MetaTagHandler
- 
- jakarta.faces.view.facelets.DelegatingMetaTagHandler
- 
- jakarta.faces.view.facelets.ComponentHandler
- 
- org.apache.myfaces.view.facelets.tag.composite.RenderFacetHandler
 
 
 
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 @JSFFaceletTag(name="composite:renderFacet") public class RenderFacetHandler extends ComponentHandler Render the facet defined on the composite component body to the current location- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected TagAttribute_nameThe name that identify the current facet.protected TagAttribute_requiredDefine if the facet to be inserted is required or not for every instance of this composite component.static StringRENDER_FACET_USED- 
Fields inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerdelegateFactory
 - 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description RenderFacetHandler(ComponentConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)voidonComponentPopulated(FaceletContext ctx, UIComponent c, UIComponent parent)- 
Methods inherited from class jakarta.faces.view.facelets.ComponentHandlercreateComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated
 - 
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerapplyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 - 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Field Detail- 
RENDER_FACET_USEDpublic static final String RENDER_FACET_USED - See Also:
- Constant Field Values
 
 - 
_name@JSFFaceletAttribute(name="name", className="jakarta.el.ValueExpression", deferredValueType="java.lang.String", required=true) protected final TagAttribute _nameThe name that identify the current facet.
 - 
_required@JSFFaceletAttribute(name="required", className="jakarta.el.ValueExpression", deferredValueType="boolean") protected final TagAttribute _requiredDefine if the facet to be inserted is required or not for every instance of this composite component.
 
- 
 - 
Constructor Detail- 
RenderFacetHandlerpublic RenderFacetHandler(ComponentConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException - Specified by:
- applyin interface- FaceletHandler
- Overrides:
- applyin class- DelegatingMetaTagHandler
- Throws:
- IOException
 
 - 
onComponentPopulatedpublic void onComponentPopulated(FaceletContext ctx, UIComponent c, UIComponent parent) - Overrides:
- onComponentPopulatedin class- ComponentHandler
 
 
- 
 
-