public class EventHandler extends TagHandler
| Modifier and Type | Field and Description |
|---|---|
protected TagAttribute |
listener |
protected TagAttribute |
type |
nextHandler, tag, tagId| Constructor and Description |
|---|
EventHandler(TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
protected Class<? extends SystemEvent> |
getEventClass(FaceletContext ctx) |
getAttribute, getRequiredAttribute, toStringprotected final TagAttribute type
protected final TagAttribute listener
public EventHandler(TagConfig config)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
FaceletHandlerProcess changes on a particular UIComponent
ctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathprotected Class<? extends SystemEvent> getEventClass(FaceletContext ctx)
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.