Uses of Class
jakarta.faces.application.NavigationCase
Package
Description
-
Uses of NavigationCase in com.sun.faces.application
Modifier and TypeMethodDescriptionNavigationHandlerImpl.getNavigationCase
(FacesContext context, String fromAction, String outcome) NavigationHandlerImpl.getNavigationCase
(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) Modifier and TypeMethodDescriptionApplicationAssociate.getNavigationCaseListMappings()
Return aMap
of navigation mappings loaded from the configuration system.NavigationHandlerImpl.getNavigationCases()
Modifier and TypeMethodDescriptionvoid
ApplicationAssociate.addNavigationCase
(NavigationCase navigationCase) Add a navigation case to the internal case set. -
Uses of NavigationCase in com.sun.faces.flow
-
Uses of NavigationCase in com.sun.faces.flow.builder
Modifier and TypeClassDescriptionclass
NavigationCase represents a<navigation-case>
in the navigation rule base, as well as the<from-view-id>
with which this<navigation-case>
is a sibling. -
Uses of NavigationCase in com.sun.faces.renderkit.html_basic
Modifier and TypeMethodDescriptionprotected NavigationCase
OutcomeTargetRenderer.getNavigationCase
(FacesContext context, UIComponent component) Invoke theNavigationHandler
preemptively to resolve aNavigationCase
for the outcome declared on theUIOutcomeTarget
component.Modifier and TypeMethodDescriptionprotected void
OutcomeTargetRenderer.addNavigationParams
(NavigationCase navCase, Map<String, List<String>> existingParams) protected String
OutcomeTargetRenderer.getEncodedTargetURL
(FacesContext context, UIComponent component, NavigationCase navCase) Resolve the target view id and then delegate toViewHandler.getBookmarkableURL(jakarta.faces.context.FacesContext, String, java.util.Map, boolean)
to produce a redirect URL, which will add the page parameters if necessary and properly prioritizing the parameter overrides.protected boolean
OutcomeTargetRenderer.isIncludeViewParams
(UIComponent component, NavigationCase navcase) protected void
OutcomeTargetLinkRenderer.renderAsActive
(FacesContext context, NavigationCase navCase, UIComponent component) -
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.