public final class IfHandler extends TagHandlerImpl
| Constructor and Description |
|---|
IfHandler(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 |
findNextByType, findNextByTypepublic IfHandler(jakarta.faces.view.facelets.TagConfig config)
config - public void apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
throws IOException,
jakarta.faces.FacesException,
jakarta.el.ELException
jakarta.faces.view.facelets.FaceletHandlerProcess changes on a particular UIComponent
ctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathjakarta.faces.view.facelets.FaceletException - if unable to parse the markup loaded from relativePathjakarta.faces.FacesException - if unable to create child UIComponent instancesjakarta.el.ELException - if any of the expressions in the markup loaded from relativePath failCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.