| Package | Description | 
|---|---|
| javax.faces.component | |
| javax.faces.component.visit | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | UIData. visitTree(VisitContext context,
         VisitCallback callback)Overrides the behavior in 
 UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback)
 to handle iteration correctly. | 
| boolean | UIForm. visitTree(VisitContext context,
         VisitCallback callback) | 
| boolean | UIComponentBase. visitTree(VisitContext context,
         VisitCallback callback) | 
| boolean | UINamingContainer. visitTree(VisitContext context,
         VisitCallback callback) | 
| boolean | UIComponent. visitTree(VisitContext context,
         VisitCallback callback)The visit tree method, visit tree walks over a subtree and processes
 the callback object to perform some operation on the subtree | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract VisitResult | VisitContext. invokeVisitCallback(UIComponent component,
                   VisitCallback callback) | 
| VisitResult | VisitContextWrapper. invokeVisitCallback(UIComponent component,
                   VisitCallback callback) | 
Copyright © 2025 The Apache Software Foundation. All rights reserved.