Uses of Class
jakarta.faces.component.visit.VisitContextFactory
Packages that use VisitContextFactory
-
Uses of VisitContextFactory in jakarta.faces.component.visit
Classes in jakarta.faces.component.visit that implement interfaces with type arguments of type VisitContextFactoryModifier and TypeClassDescriptionclassProvide for separation of interface and implementation for theVisitContextcontract.Methods in jakarta.faces.component.visit that return VisitContextFactoryModifier and TypeMethodDescriptionVisitContextFactory.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 VisitContextFactoryModifierConstructorDescriptionVisitContextFactory(VisitContextFactory wrapped) If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.