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 Details

  • Constructor Details

    • ResetInputVisitCallback

      public ResetInputVisitCallback()
  • Method Details

    • visit

      public VisitResult visit(VisitContext context, UIComponent target)
      Description copied from interface: VisitCallback

      This 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 argument target is guaranteed to be in the proper state with respect to its ancestors in the View.

      Specified by:
      visit in interface VisitCallback
      Parameters:
      context - the VisitContext for this tree visit.
      target - the UIComponent to visit
      Returns:
      a VisitResult that indicates whether to continue visiting the component's subtree, skip visiting the component's subtree or end the visit.