Uses of Class
jakarta.faces.application.NavigationCase
-
Uses of NavigationCase in jakarta.faces.application
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofNavigationCase
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCase
instance.Modifier and TypeMethodDescriptionabstract NavigationCase
ConfigurableNavigationHandler.getNavigationCase
(FacesContext context, String fromAction, String outcome) Return theNavigationCase
representing the navigation that would be taken hadNavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String)
been called with the same arguments ornull
if there is no such case.ConfigurableNavigationHandler.getNavigationCase
(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) Return theNavigationCase
representing the navigation that would be taken hadNavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String)
been called with the same arguments ornull
if there is no such case.ConfigurableNavigationHandlerWrapper.getNavigationCase
(FacesContext context, String fromAction, String outcome) ConfigurableNavigationHandlerWrapper.getNavigationCase
(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) NavigationCaseWrapper.getWrapped()
Modifier and TypeMethodDescriptionabstract Map<String,
Set<NavigationCase>> ConfigurableNavigationHandler.getNavigationCases()
Return aMap<String, Set<NavigationCase>>
where the keys are<from-view-id>
values and the values areSet<NavigationCase>
where each element in the Set is aNavigationCase
that applies to that<from-view-id>
.ConfigurableNavigationHandlerWrapper.getNavigationCases()
ModifierConstructorDescriptionNavigationCaseWrapper
(NavigationCase wrapped) If this navigation case has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. -
Uses of NavigationCase in jakarta.faces.flow
Modifier and TypeMethodDescriptionabstract Map<String,
Set<NavigationCase>> Flow.getNavigationCases()
Return an unmodifiable view of the navigation cases within this flow.