public final class IfHandler extends TagHandlerImpl
nextHandler, tag, tagId| Modifier and Type | Method and Description |
|---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
findNextByType, findNextByTypegetAttribute, getRequiredAttribute, toStringpublic IfHandler(TagConfig config)
config - public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, javax.el.ELException
FaceletHandlerProcess changes on a particular UIComponent
ctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathFaceletException - if unable to parse the markup loaded from relativePathFacesException - if unable to create child UIComponent instancesjavax.el.ELException - if any of the expressions in the markup
loaded from relativePath failComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.