Class VisitContextFactory

java.lang.Object
jakarta.faces.component.visit.VisitContextFactory
All Implemented Interfaces:
FacesWrapper<VisitContextFactory>
Direct Known Subclasses:
VisitContextFactoryImpl

public abstract class VisitContextFactory extends Object implements FacesWrapper<VisitContextFactory>

Provide for separation of interface and implementation for the VisitContext contract.

Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being wrapped.

Since:
2.0