public final class FacetHandler extends TagHandlerImpl implements FacetHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY |
protected TagAttribute |
name |
nextHandler, tag, tagId| Constructor and Description |
|---|
FacetHandler(TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
String |
getFacetName(FaceletContext ctxt)
Returns the resolved literal String value of the facet name after evaluating EL. |
findNextByType, findNextByTypegetAttribute, getRequiredAttribute, toStringpublic static final String KEY
protected final TagAttribute name
public FacetHandler(TagConfig config)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
FaceletHandlerProcess changes on a particular UIComponent
apply in interface FaceletHandlerctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathpublic String getFacetName(FaceletContext ctxt)
FacetHandlerReturns the resolved literal String value of the facet name after evaluating EL.
getFacetName in interface FacetHandlerctxt - the FaceletContext for this view executionComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.