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