Class VisitContextWrapper

java.lang.Object
jakarta.faces.component.visit.VisitContext
jakarta.faces.component.visit.VisitContextWrapper
All Implemented Interfaces:
FacesWrapper<VisitContext>

public abstract class VisitContextWrapper extends VisitContext implements FacesWrapper<VisitContext>

Provides a simple implementation of VisitContext that can be subclassed by developers wishing to provide specialized behavior to an existing VisitContext instance. The default implementation of all methods is to call through to the wrapped VisitContext instance.

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