Uses of Class
javax.faces.application.NavigationCase

Packages that use NavigationCase
javax.faces.application   
javax.faces.flow   
 

Uses of NavigationCase in javax.faces.application
 

Subclasses of NavigationCase in javax.faces.application
 class NavigationCaseWrapper
           
 

Methods in javax.faces.application that return NavigationCase
 NavigationCase ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context, String fromAction, String outcome)
           
abstract  NavigationCase ConfigurableNavigationHandler.getNavigationCase(FacesContext context, String fromAction, String outcome)
           
 NavigationCase ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
           
 NavigationCase ConfigurableNavigationHandler.getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
           
abstract  NavigationCase NavigationCaseWrapper.getWrapped()
           
 

Methods in javax.faces.application that return types with arguments of type NavigationCase
 Map<String,Set<NavigationCase>> ConfigurableNavigationHandlerWrapper.getNavigationCases()
           
abstract  Map<String,Set<NavigationCase>> ConfigurableNavigationHandler.getNavigationCases()
           
 

Uses of NavigationCase in javax.faces.flow
 

Methods in javax.faces.flow that return types with arguments of type NavigationCase
abstract  Map<String,Set<NavigationCase>> Flow.getNavigationCases()
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.