| Name | Description | Type | Package | Framework |
| VisitCallback | A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during | Interface | javax.faces.component.visit | Java EE |
| VisitContext | A context object that is used to hold state relating to performing a component tree visit. | Class | javax.faces.component.visit | Java EE |
| VisitContextFactory | Provide for separation of interface and implementation for the VisitContext contract. | Class | javax.faces.component.visit | Java EE |
| VisitContextWrapper | Provides a simple implementation of VisitContext that can be subclassed by developers wishing to | Class | javax.faces.component.visit | Java EE |
| VisitHint | enum that specifies hints that impact the behavior of a component tree visit. | Class | javax.faces.component.visit | Java EE |
| VisitResult | An enum that specifies the possible results of a call to VisitCallback. | Class | javax.faces.component.visit | Java EE |
| VisitCallback | A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during | Interface | javax.faces.component.visit | Apache MyFaces |
| VisitContext | Class | javax.faces.component.visit | Apache MyFaces | |
| VisitContextFactory | Class | javax.faces.component.visit | Apache MyFaces | |
| VisitContextWrapper | Class | javax.faces.component.visit | Apache MyFaces | |
| VisitHint | enum VisitHintextends Enum | Class | javax.faces.component.visit | Apache MyFaces |
| VisitResult | enum VisitResultextends Enum | Class | javax.faces.component.visit | Apache MyFaces |