Uses of Class
jakarta.faces.application.NavigationCase
Packages that use NavigationCase
-
Uses of NavigationCase in jakarta.faces.application
Subclasses of NavigationCase in jakarta.faces.applicationModifier and TypeClassDescriptionclassProvides a simple implementation ofNavigationCasethat can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCaseinstance.Classes in jakarta.faces.application that implement interfaces with type arguments of type NavigationCaseModifier and TypeClassDescriptionclassProvides a simple implementation ofNavigationCasethat can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCaseinstance.Methods in jakarta.faces.application that return NavigationCaseModifier and TypeMethodDescriptionabstract NavigationCaseConfigurableNavigationHandler.getNavigationCase(FacesContext context, String fromAction, String outcome) Deprecated, for removal: This API element is subject to removal in a future version.Return theNavigationCaserepresenting the navigation that would be taken hadNavigationHandler.handleNavigation(FacesContext, String, String)been called with the same arguments ornullif there is no such case.ConfigurableNavigationHandler.getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) Deprecated, for removal: This API element is subject to removal in a future version.Return theNavigationCaserepresenting the navigation that would be taken hadNavigationHandler.handleNavigation(FacesContext, String, String)been called with the same arguments ornullif there is no such case.ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context, String fromAction, String outcome) Deprecated, for removal: This API element is subject to removal in a future version.ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) Deprecated, for removal: This API element is subject to removal in a future version.NavigationHandler.getNavigationCase(FacesContext context, String fromAction, String outcome) Return theNavigationCaserepresenting the navigation that would be taken hadNavigationHandler.handleNavigation(FacesContext, String, String)been called with the same arguments ornullif there is no such case.NavigationHandler.getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) Return theNavigationCaserepresenting the navigation that would be taken hadNavigationHandler.handleNavigation(FacesContext, String, String)been called with the same arguments ornullif there is no such case.NavigationHandlerWrapper.getNavigationCase(FacesContext context, String fromAction, String outcome) NavigationHandlerWrapper.getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) NavigationCaseWrapper.getWrapped()Methods in jakarta.faces.application that return types with arguments of type NavigationCaseModifier and TypeMethodDescriptionabstract Map<String, Set<NavigationCase>> ConfigurableNavigationHandler.getNavigationCases()Deprecated, for removal: This API element is subject to removal in a future version.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 aNavigationCasethat applies to that<from-view-id>.ConfigurableNavigationHandlerWrapper.getNavigationCases()Deprecated, for removal: This API element is subject to removal in a future version.NavigationHandler.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 aNavigationCasethat applies to that<from-view-id>.NavigationHandlerWrapper.getNavigationCases()Constructors in jakarta.faces.application with parameters of type NavigationCaseModifierConstructorDescriptionNavigationCaseWrapper(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
Methods in jakarta.faces.flow that return types with arguments of type NavigationCaseModifier and TypeMethodDescriptionabstract Map<String, Set<NavigationCase>> Flow.getNavigationCases()Return an unmodifiable view of the navigation cases within this flow.