Uses of Class
org.apache.myfaces.config.element.NavigationCase
-
Packages that use NavigationCase Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl.element -
-
Uses of NavigationCase in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return NavigationCase Modifier and Type Method Description abstract NavigationCase
FacesFlowSwitch. getDefaultOutcome()
abstract NavigationCase
FacesFlowReturn. getNavigationCase()
"...Methods in org.apache.myfaces.config.element that return types with arguments of type NavigationCase Modifier and Type Method Description abstract 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.element Modifier and Type Class Description class
NavigationCaseImpl
Methods in org.apache.myfaces.config.impl.element that return NavigationCase Modifier and Type Method Description NavigationCase
FacesFlowSwitchImpl. getDefaultOutcome()
NavigationCase
FacesFlowReturnImpl. getNavigationCase()
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type NavigationCase Modifier and Type Method Description List<NavigationCase>
FacesFlowSwitchImpl. getNavigationCaseList()
List<NavigationCase>
NavigationRuleImpl. getNavigationCases()
Methods in org.apache.myfaces.config.impl.element with parameters of type NavigationCase Modifier and Type Method Description void
FacesFlowSwitchImpl. addNavigationCase(NavigationCase navcase)
void
NavigationRuleImpl. addNavigationCase(NavigationCase value)
void
FacesFlowSwitchImpl. setDefaultOutcome(NavigationCase defaultOutcome)
void
FacesFlowReturnImpl. setNavigationCase(NavigationCase navigationCase)
-