Class ResetValuesUtils.ResetInputVisitCallback
java.lang.Object
org.apache.myfaces.core.api.shared.ResetValuesUtils.ResetInputVisitCallback
- All Implemented Interfaces:
- VisitCallback
- Enclosing class:
- ResetValuesUtils
public static class ResetValuesUtils.ResetInputVisitCallback
extends Object
implements VisitCallback
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvisit(VisitContext context, UIComponent target) This method is called during component tree visits byVisitContext.invokeVisitCallback()to visit the specified component.
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
ResetInputVisitCallbackpublic ResetInputVisitCallback()
 
- 
- 
Method Details- 
visitDescription copied from interface:VisitCallbackThis method is called during component tree visits by VisitContext.invokeVisitCallback()to visit the specified component. At the point in time when this method is called, the argumenttargetis guaranteed to be in the proper state with respect to its ancestors in the View.- Specified by:
- visitin interface- VisitCallback
- Parameters:
- context- the- VisitContextfor this tree visit.
- target- the- UIComponentto visit
- Returns:
- a VisitResultthat indicates whether to continue visiting the component's subtree, skip visiting the component's subtree or end the visit.
 
 
-