Class ResetValuesHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
com.sun.faces.facelets.tag.faces.core.ActionListenerHandlerBase
com.sun.faces.facelets.tag.faces.core.ResetValuesHandler
- All Implemented Interfaces:
ActionSource2AttachedObjectHandler
,AttachedObjectHandler
,FaceletHandler
public final class ResetValuesHandler
extends ActionListenerHandlerBase
implements ActionSource2AttachedObjectHandler
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyAttachedObject
(FacesContext context, UIComponent parent) Take the argumentparent
and apply this attached object to it.Methods inherited from class com.sun.faces.facelets.tag.faces.core.ActionListenerHandlerBase
apply, getFor
Methods inherited from class com.sun.faces.facelets.tag.TagHandlerImpl
findNextByType, findNextByType
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jakarta.faces.view.AttachedObjectHandler
getFor
-
Constructor Details
-
ResetValuesHandler
- Parameters:
config
-
-
-
Method Details
-
applyAttachedObject
Description copied from interface: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.- Specified by:
applyAttachedObject
in interfaceAttachedObjectHandler
- Specified by:
applyAttachedObject
in classActionListenerHandlerBase
- Parameters:
context
- TheFacesContext
for this requestparent
- TheUIComponent
to which this particular attached object must be applied.
-