public final class FacetHandler extends TagHandlerImpl implements jakarta.faces.view.facelets.FacetHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY |
protected jakarta.faces.view.facelets.TagAttribute |
name |
| Constructor and Description |
|---|
FacetHandler(jakarta.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
Process changes on a particular UIComponent |
String |
getFacetName(jakarta.faces.view.facelets.FaceletContext ctxt)
Returns the resolved literal String value of the facet name after evaluating EL. |
findNextByType, findNextByTypepublic static final String KEY
protected final jakarta.faces.view.facelets.TagAttribute name
public void apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
throws IOException
jakarta.faces.view.facelets.FaceletHandlerProcess changes on a particular UIComponent
apply in interface jakarta.faces.view.facelets.FaceletHandlerctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathpublic String getFacetName(jakarta.faces.view.facelets.FaceletContext ctxt)
jakarta.faces.view.facelets.FacetHandlerReturns the resolved literal String value of the facet name after evaluating EL.
getFacetName in interface jakarta.faces.view.facelets.FacetHandlerctxt - the FaceletContext for this view executionCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.