Class ValueChangeListenerHandler
- java.lang.Object
-
- javax.faces.view.facelets.TagHandler
-
- org.apache.myfaces.view.facelets.tag.jsf.core.ValueChangeListenerHandler
-
- All Implemented Interfaces:
AttachedObjectHandler
,EditableValueHolderAttachedObjectHandler
,FaceletHandler
,ValueHolderAttachedObjectHandler
@JSFFaceletTag(name="f:valueChangeListener", bodyContent="empty", tagClass="org.apache.myfaces.taglib.core.ValueChangeListenerTag") public final class ValueChangeListenerHandler extends TagHandler implements EditableValueHolderAttachedObjectHandler
Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.- Version:
- $Id$
- Author:
- Jacob Hookom
-
-
Field Summary
-
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
-
Constructor Summary
Constructors Constructor Description ValueChangeListenerHandler(TagConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(FaceletContext ctx, UIComponent parent)
See taglib documentation.void
applyAttachedObject(FacesContext context, UIComponent parent)
String
getFor()
-
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
-
-
-
Constructor Detail
-
ValueChangeListenerHandler
public ValueChangeListenerHandler(TagConfig config)
-
-
Method Detail
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, javax.el.ELException
See taglib documentation. See javax.faces.view.facelets.FaceletHandler#apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)- Specified by:
apply
in interfaceFaceletHandler
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
-
applyAttachedObject
public void applyAttachedObject(FacesContext context, UIComponent parent)
- Specified by:
applyAttachedObject
in interfaceAttachedObjectHandler
-
getFor
@JSFFaceletAttribute public String getFor()
- Specified by:
getFor
in interfaceAttachedObjectHandler
-
-