Class NavigationHandlerWrapper

java.lang.Object
javax.faces.application.NavigationHandler
javax.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.

<p class="changed_added_2_2>Usage: extend this class and override getWrapped() to return the instance being wrapping.

Since:
2.2