public final class IfHandler extends TagHandlerImpl
| Constructor and Description |
|---|
IfHandler(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 |
findNextByType, findNextByTypepublic IfHandler(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.FacesException,
javax.el.ELException
javax.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 relativePathjavax.faces.view.facelets.FaceletException - if unable to parse the markup loaded from relativePathjavax.faces.FacesException - if unable to create child UIComponent instancesjavax.el.ELException - if any of the expressions in the markup
loaded from relativePath failCopyright © 2010–2018 JBoss by Red Hat. All rights reserved.