Uses of Class
javax.faces.application.NavigationCase

Packages that use NavigationCase
javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. 
 

Uses of NavigationCase in javax.faces.application
 

Methods in javax.faces.application that return NavigationCase
abstract  NavigationCase ConfigurableNavigationHandler.getNavigationCase(FacesContext context, java.lang.String fromAction, java.lang.String outcome)
          

Return the NavigationCase representing the navigation that would be taken had NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String) been called with the same arguments or null if there is no such case.

abstract  NavigationCase ConfigurableNavigationHandler.getNavigationCase(FacesContext context, java.lang.String fromAction, java.lang.String outcome)
          

Return the NavigationCase representing the navigation that would be taken had NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String) been called with the same arguments or null if there is no such case.

 

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

Return a Map<String, Set<NavigationCase>> where the keys are <from-view-id> values and the values are Set<NavigationCase> where each element in the Set is a NavigationCase that applies to that <from-view-id>.

abstract  java.util.Map<java.lang.String,java.util.Set<NavigationCase>> ConfigurableNavigationHandler.getNavigationCases()
          

Return a Map<String, Set<NavigationCase>> where the keys are <from-view-id> values and the values are Set<NavigationCase> where each element in the Set is a NavigationCase that applies to that <from-view-id>.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.