public final class ResetValuesHandler extends ActionListenerHandlerBase implements javax.faces.view.ActionSource2AttachedObjectHandler
Constructor and Description |
---|
ResetValuesHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
applyAttachedObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent)
Take the argument
|
apply, getFor
findNextByType, findNextByType
getAttribute, getRequiredAttribute, toString
public ResetValuesHandler(javax.faces.view.facelets.TagConfig config)
config
- public void applyAttachedObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent)
javax.faces.view.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 javax.faces.view.AttachedObjectHandler
applyAttachedObject
in class ActionListenerHandlerBase
context
- The FacesContext
for this requestparent
- The UIComponent
to which this
particular attached object must be applied.Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.