public class EventHandler
extends javax.faces.view.facelets.TagHandler
Modifier and Type | Field and Description |
---|---|
protected javax.faces.view.facelets.TagAttribute |
listener |
protected javax.faces.view.facelets.TagAttribute |
type |
Constructor and Description |
---|
EventHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
protected java.lang.Class<? extends javax.faces.event.SystemEvent> |
getEventClass(javax.faces.view.facelets.FaceletContext ctx) |
protected final javax.faces.view.facelets.TagAttribute type
protected final javax.faces.view.facelets.TagAttribute listener
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
java.io.IOException
protected java.lang.Class<? extends javax.faces.event.SystemEvent> getEventClass(javax.faces.view.facelets.FaceletContext ctx)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.