Uses of Class
jakarta.faces.application.NavigationCase
-
Packages that use NavigationCase Package Description jakarta.faces.application jakarta.faces.flow -
-
Uses of NavigationCase in jakarta.faces.application
Subclasses of NavigationCase in jakarta.faces.application Modifier and Type Class Description class
NavigationCaseWrapper
Methods in jakarta.faces.application that return NavigationCase Modifier and Type Method Description abstract NavigationCase
ConfigurableNavigationHandler. getNavigationCase(FacesContext context, String fromAction, String outcome)
NavigationCase
ConfigurableNavigationHandler. getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
NavigationCase
ConfigurableNavigationHandlerWrapper. getNavigationCase(FacesContext context, String fromAction, String outcome)
NavigationCase
ConfigurableNavigationHandlerWrapper. getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
NavigationCase
NavigationCaseWrapper. getWrapped()
Methods in jakarta.faces.application that return types with arguments of type NavigationCase Modifier and Type Method Description abstract Map<String,Set<NavigationCase>>
ConfigurableNavigationHandler. getNavigationCases()
Map<String,Set<NavigationCase>>
ConfigurableNavigationHandlerWrapper. getNavigationCases()
Constructors in jakarta.faces.application with parameters of type NavigationCase Constructor Description NavigationCaseWrapper(NavigationCase delegate)
-
Uses of NavigationCase in jakarta.faces.flow
Methods in jakarta.faces.flow that return types with arguments of type NavigationCase Modifier and Type Method Description abstract Map<String,Set<NavigationCase>>
Flow. getNavigationCases()
-