Class ResetValuesActionListenerHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.faces.core.ResetValuesActionListenerHandler
- All Implemented Interfaces:
ActionSourceAttachedObjectHandler
,AttachedObjectHandler
,FaceletHandler
@JSFFaceletTag(name="f:resetValues",
bodyContent="empty")
public class ResetValuesActionListenerHandler
extends TagHandler
implements ActionSourceAttachedObjectHandler
- Author:
- Leonardo Uribe
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(FaceletContext ctx, UIComponent parent) void
applyAttachedObject
(FacesContext context, UIComponent parent) void
applyAttachedObject
(FacesContext context, UIComponent parent, boolean checkForParentCC) getFor()
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
ResetValuesActionListenerHandler
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Specified by:
apply
in interfaceFaceletHandler
- Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-
applyAttachedObject
- Specified by:
applyAttachedObject
in interfaceAttachedObjectHandler
-
applyAttachedObject
-
getFor
- Specified by:
getFor
in interfaceAttachedObjectHandler
-