public final class AttributesHandler extends TagHandlerImpl implements AttributeHandler
nextHandler, tag, tagId| Constructor and Description |
|---|
AttributesHandler(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 AttributesHandler(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 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 executionCopyright © 1997–2019 Eclipse Foundation. All rights reserved.