public abstract class ActionListenerHandlerBase extends TagHandlerImpl implements ActionSource2AttachedObjectHandler
ActionListener,
ActionSourcenextHandler, tag, tagId| Constructor and Description |
|---|
ActionListenerHandlerBase(TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
abstract void |
applyAttachedObject(FacesContext context,
UIComponent parent)
Take the argument |
String |
getFor()
Return the value of the "for" attribute specified by the page author on the tag for this
|
findNextByType, findNextByTypegetAttribute, getRequiredAttribute, toStringpublic ActionListenerHandlerBase(TagConfig config)
config - public void apply(FaceletContext ctx, UIComponent parent) throws IOException
FaceletHandlerProcess changes on a particular UIComponent
apply in interface FaceletHandlerctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathpublic abstract void applyAttachedObject(FacesContext context, UIComponent parent)
AttachedObjectHandler
Take the argument parent and apply this attached object to it. The action taken varies with class that
implements one of the subinterfaces of this interface.
applyAttachedObject in interface AttachedObjectHandlercontext - The FacesContext for this requestparent - The UIComponent to which this particular attached object must be applied.public String getFor()
AttachedObjectHandler
Return the value of the "for" attribute specified by the page author on the tag for this
AttachedObjectHandler.
getFor in interface AttachedObjectHandlerCopyright © 1997–2020 Eclipse Foundation. All rights reserved.