Class FacetHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.core.FacetHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler,- FacetHandler
 
 @JSFFaceletTag(name="f:facet", bodyContent="JSP", tagClass="jakarta.faces.webapp.FacetTag") public final class FacetHandler extends TagHandler implements FacetHandlerRegister a named facet on the UIComponent associated with the closest parent UIComponent custom action.- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringKEYprotected TagAttributename- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description FacetHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)StringgetFacetName(FaceletContext ctx)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Field Detail- 
KEYpublic static final String KEY - See Also:
- Constant Field Values
 
 - 
nameprotected final TagAttribute name 
 
- 
 - 
Constructor Detail- 
FacetHandlerpublic FacetHandler(TagConfig 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
 
 - 
getFacetNamepublic String getFacetName(FaceletContext ctx) - Specified by:
- getFacetNamein interface- FacetHandler
 
 
- 
 
-