Uses of Class
org.apache.myfaces.config.element.NavigationCase

Packages that use NavigationCase
org.apache.myfaces.config.element   
org.apache.myfaces.config.impl.digester.elements   
 

Uses of NavigationCase in org.apache.myfaces.config.element
 

Methods in org.apache.myfaces.config.element that return NavigationCase
abstract  NavigationCase FacesFlowSwitch.getDefaultOutcome()
           
abstract  NavigationCase FacesFlowReturn.getNavigationCase()
          "...
 

Methods in org.apache.myfaces.config.element that return types with arguments of type NavigationCase
abstract  List<NavigationCase> FacesFlowSwitch.getNavigationCaseList()
           
abstract  List<? extends NavigationCase> NavigationRule.getNavigationCases()
           
 

Uses of NavigationCase in org.apache.myfaces.config.impl.digester.elements
 

Subclasses of NavigationCase in org.apache.myfaces.config.impl.digester.elements
 class NavigationCaseImpl
           
 

Methods in org.apache.myfaces.config.impl.digester.elements that return NavigationCase
 NavigationCase FacesFlowSwitchImpl.getDefaultOutcome()
           
 NavigationCase FacesFlowReturnImpl.getNavigationCase()
           
 

Methods in org.apache.myfaces.config.impl.digester.elements that return types with arguments of type NavigationCase
 List<NavigationCase> FacesFlowSwitchImpl.getNavigationCaseList()
           
 List<NavigationCase> NavigationRuleImpl.getNavigationCases()
           
 

Methods in org.apache.myfaces.config.impl.digester.elements with parameters of type NavigationCase
 void NavigationRuleImpl.addNavigationCase(NavigationCase value)
           
 void FacesFlowSwitchImpl.addNavigationCase(NavigationCase navcase)
           
 void FacesFlowSwitchImpl.setDefaultOutcome(NavigationCase defaultOutcome)
           
 void FacesFlowReturnImpl.setNavigationCase(NavigationCase navigationCase)
           
 



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