public final class PassThroughAttributeHandler extends TagHandlerImpl implements javax.faces.view.facelets.AttributeHandler
UIComponent.getAttributes()
,
UIComponent.setValueExpression(java.lang.String,
javax.el.ValueExpression)
Constructor and Description |
---|
PassThroughAttributeHandler(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 PassThroughAttributeHandler(javax.faces.view.facelets.TagConfig config)
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–2021 JBoss by Red Hat. All rights reserved.