public final class PassThroughAttributesHandler extends TagHandlerImpl implements javax.faces.view.facelets.AttributeHandler
Constructor and Description |
---|
PassThroughAttributesHandler(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 |
getAttributeName(javax.faces.view.facelets.FaceletContext ctxt)
Returns the resolved literal String value of the attribute name after evaluating EL. |
findNextByType, findNextByType
public PassThroughAttributesHandler(javax.faces.view.facelets.TagConfig config)
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 getAttributeName(javax.faces.view.facelets.FaceletContext ctxt)
javax.faces.view.facelets.AttributeHandler
Returns the resolved literal String value of the attribute name after evaluating EL.
getAttributeName
in interface javax.faces.view.facelets.AttributeHandler
ctxt
- the FaceletContext
for this view executionCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.