Class NavigationHandlerWrapper

java.lang.Object
jakarta.faces.application.NavigationHandler
jakarta.faces.application.NavigationHandlerWrapper
All Implemented Interfaces:
FacesWrapper<NavigationHandler>

public abstract class NavigationHandlerWrapper
extends NavigationHandler
implements FacesWrapper<NavigationHandler>

NavigationHandlerWrapper provides a simple implementation of NavigationHandler that can be subclassed by developers wishing to provide specialized behavior to an existing NavigationHandler instance. The default implementation of all methods is to call through to the wrapped NavigationHandler 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.2