Uses of Class
javax.faces.application.NavigationCase
-
Packages that use NavigationCase Package Description javax.faces.application javax.faces.flow -
-
Uses of NavigationCase in javax.faces.application
Subclasses of NavigationCase in javax.faces.application Modifier and Type Class Description class
NavigationCaseWrapper
Methods in javax.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 javax.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 javax.faces.application with parameters of type NavigationCase Constructor Description NavigationCaseWrapper(NavigationCase delegate)
-
Uses of NavigationCase in javax.faces.flow
Methods in javax.faces.flow that return types with arguments of type NavigationCase Modifier and Type Method Description abstract Map<String,Set<NavigationCase>>
Flow. getNavigationCases()
-