Class IfHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
com.sun.faces.facelets.tag.jstl.core.IfHandler
- All Implemented Interfaces:
FaceletHandler
public final class IfHandler extends TagHandlerImpl
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)Process changes on a particular UIComponentMethods inherited from class com.sun.faces.facelets.tag.TagHandlerImpl
findNextByType, findNextByTypeMethods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
IfHandler
- Parameters:
config-
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, jakarta.el.ELExceptionDescription copied from interface:FaceletHandlerProcess changes on a particular UIComponent
- Parameters:
ctx- the current FaceletContext instance for this executionparent- the parent UIComponent to operate upon- Throws:
IOException- if unable to loadrelativePathFacesException- if unable to create childUIComponentinstancesjakarta.el.ELException- if any of the expressions in the markup loaded fromrelativePathfail
-