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 Constructor Description NavigationHandlerWrapper()Deprecated.NavigationHandlerWrapper(NavigationHandler delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigationHandlergetWrapped()A 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 Detail- 
NavigationHandlerWrapper@Deprecated public NavigationHandlerWrapper() Deprecated.
 - 
NavigationHandlerWrapperpublic NavigationHandlerWrapper(NavigationHandler delegate) 
 
- 
 - 
Method Detail- 
handleNavigationpublic void handleNavigation(FacesContext context, String fromAction, String outcome) - Specified by:
- handleNavigationin class- NavigationHandler
 
 - 
handleNavigationpublic void handleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) - Overrides:
- handleNavigationin class- NavigationHandler
 
 - 
getWrappedpublic NavigationHandler getWrapped() Description 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
 
 
- 
 
-