Package jakarta.faces.application
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>
- Since:
- 2.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionA class that implements this interface uses this method to return an instance of the class being wrapped.voidhandleNavigation(FacesContext context, String fromAction, String outcome) voidhandleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) 
- 
Constructor Details- 
NavigationHandlerWrapperDeprecated.
 
- 
- 
Method Details
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<NavigationHandler>
- Returns:
- the instance of the class being wrapped