Uses of Class
jakarta.faces.component.visit.VisitContextFactory
-
Packages that use VisitContextFactory Package Description com.sun.faces.component.visit jakarta.faces.component.visit APIs for traversing a user interface component view. -
-
Uses of VisitContextFactory in com.sun.faces.component.visit
Subclasses of VisitContextFactory in com.sun.faces.component.visit Modifier and Type Class Description classVisitContextFactoryImplDefault implementation ofVisitContextFactory. -
Uses of VisitContextFactory in jakarta.faces.component.visit
Methods in jakarta.faces.component.visit that return VisitContextFactory Modifier and Type Method Description VisitContextFactoryVisitContextFactory. getWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.component.visit with parameters of type VisitContextFactory Constructor Description VisitContextFactory(VisitContextFactory wrapped)If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-