org.apache.myfaces.view.facelets.tag.jsf.core
Class EventHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jsf.core.EventHandler
- All Implemented Interfaces:
- javax.faces.view.facelets.FaceletHandler
@JSFFaceletTag(name="f:event",
bodyContent="empty")
public final class EventHandler
- extends javax.faces.view.facelets.TagHandler
Registers a listener for a given system event class on the UIComponent associated with this tag.
Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
EventHandler(javax.faces.view.facelets.TagConfig tagConfig)
|
Method Summary |
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
|
Methods inherited from class javax.faces.view.facelets.TagHandler |
getAttribute, getRequiredAttribute, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EventHandler
public EventHandler(javax.faces.view.facelets.TagConfig tagConfig)
apply
public void apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws javax.el.ELException,
javax.faces.FacesException,
javax.faces.view.facelets.FaceletException,
java.io.IOException
- Throws:
javax.el.ELException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
java.io.IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.