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, findNextByType
public 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.FaceletHandler
Process changes on a particular UIComponent
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate uponIOException
- if unable to load relativePath
javax.faces.view.facelets.FaceletException
- if unable to parse the markup loaded from relativePath
javax.faces.FacesException
- if unable to create child UIComponent
instancesjavax.el.ELException
- if any of the expressions in the markup
loaded from relativePath
failCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.