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, findNextByTypepublic 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.FaceletHandlerProcess changes on a particular UIComponent
apply in interface javax.faces.view.facelets.FaceletHandlerctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathpublic String getAttributeName(javax.faces.view.facelets.FaceletContext ctxt)
javax.faces.view.facelets.AttributeHandlerReturns the resolved literal String value of the attribute name after evaluating EL.
getAttributeName in interface javax.faces.view.facelets.AttributeHandlerctxt - the FaceletContext for this view executionCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.