Uses of Class
org.apache.myfaces.config.element.NavigationCase
Packages that use NavigationCase
-
Uses of NavigationCase in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return NavigationCaseModifier and TypeMethodDescriptionabstract NavigationCase
FacesFlowSwitch.getDefaultOutcome()
abstract NavigationCase
FacesFlowReturn.getNavigationCase()
"...Methods in org.apache.myfaces.config.element that return types with arguments of type NavigationCaseModifier and TypeMethodDescriptionabstract List<NavigationCase>
FacesFlowSwitch.getNavigationCaseList()
abstract List<? extends NavigationCase>
NavigationRule.getNavigationCases()
-
Uses of NavigationCase in org.apache.myfaces.config.impl.element
Subclasses of NavigationCase in org.apache.myfaces.config.impl.elementMethods in org.apache.myfaces.config.impl.element that return NavigationCaseModifier and TypeMethodDescriptionFacesFlowSwitchImpl.getDefaultOutcome()
FacesFlowReturnImpl.getNavigationCase()
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type NavigationCaseModifier and TypeMethodDescriptionFacesFlowSwitchImpl.getNavigationCaseList()
NavigationRuleImpl.getNavigationCases()
Methods in org.apache.myfaces.config.impl.element with parameters of type NavigationCaseModifier and TypeMethodDescriptionvoid
FacesFlowSwitchImpl.addNavigationCase
(NavigationCase navcase) void
NavigationRuleImpl.addNavigationCase
(NavigationCase value) void
FacesFlowSwitchImpl.setDefaultOutcome
(NavigationCase defaultOutcome) void
FacesFlowReturnImpl.setNavigationCase
(NavigationCase navigationCase)