Class EventHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.faces.core.EventHandler
- All Implemented Interfaces:
FaceletHandler
@JSFFaceletTag(name="f:event",
bodyContent="empty")
public final class EventHandler
extends TagHandler
Registers a listener for a given system event class on the UIComponent associated with this tag.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static final class
-
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
-
EventHandler
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws jakarta.el.ELException, FacesException, FaceletException, IOException - Throws:
jakarta.el.ELException
FacesException
FaceletException
IOException
-