Class ChooseOtherwiseHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.ChooseOtherwiseHandler
- All Implemented Interfaces:
FaceletHandler
Subtag of <choose> that follows <when> tags
and runs only if all of the prior conditions evaluated to
'false'
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
ChooseOtherwiseHandler
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-