public final class PassThroughAttributeHandler extends TagHandlerImpl implements AttributeHandler
UIComponent.getAttributes(),
UIComponent.setValueExpression(java.lang.String,
javax.el.ValueExpression)nextHandler, tag, tagId| Constructor and Description |
|---|
PassThroughAttributeHandler(TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
String |
getAttributeName(FaceletContext ctxt)
Returns the resolved literal String value of the attribute name after evaluating EL. |
findNextByType, findNextByTypegetAttribute, getRequiredAttribute, toStringpublic PassThroughAttributeHandler(TagConfig config)
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 getAttributeName(FaceletContext ctxt)
AttributeHandlerReturns the resolved literal String value of the attribute name after evaluating EL.
getAttributeName in interface AttributeHandlerctxt - the FaceletContext for this view executionComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.