public final class PassThroughAttributesHandler extends TagHandlerImpl implements jakarta.faces.view.facelets.AttributeHandler
| Constructor and Description |
|---|
PassThroughAttributesHandler(jakarta.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
Process changes on a particular UIComponent |
String |
getAttributeName(jakarta.faces.view.facelets.FaceletContext ctxt)
Returns the resolved literal String value of the attribute name after evaluating EL. |
findNextByType, findNextByTypepublic PassThroughAttributesHandler(jakarta.faces.view.facelets.TagConfig config)
public void apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
throws IOException
jakarta.faces.view.facelets.FaceletHandlerProcess changes on a particular UIComponent
apply in interface jakarta.faces.view.facelets.FaceletHandlerctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathpublic String getAttributeName(jakarta.faces.view.facelets.FaceletContext ctxt)
jakarta.faces.view.facelets.AttributeHandlerReturns the resolved literal String value of the attribute name after evaluating EL.
getAttributeName in interface jakarta.faces.view.facelets.AttributeHandlerctxt - the FaceletContext for this view executionCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.