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, findNextByType
public 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.FaceletHandler
Process changes on a particular UIComponent
apply
in interface javax.faces.view.facelets.FaceletHandler
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate uponIOException
- if unable to load relativePath
public String getFacetName(javax.faces.view.facelets.FaceletContext ctxt)
javax.faces.view.facelets.FacetHandler
Returns the resolved literal String value of the facet name after evaluating EL.
getFacetName
in interface javax.faces.view.facelets.FacetHandler
ctxt
- the FaceletContext
for this view executionCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.