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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA class that implements this interface uses this method to return an instance of the class being wrapped.void
handleNavigation
(FacesContext context, String fromAction, String outcome) void
handleNavigation
(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
-
Constructor Details
-
NavigationHandlerWrapper
Deprecated.
-
-
Method Details
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<NavigationHandler>
- Returns:
- the instance of the class being wrapped