Uses of Class
org.apache.myfaces.config.element.NavigationRule
- 
Packages that use NavigationRule Package Description org.apache.myfaces.config org.apache.myfaces.config.element org.apache.myfaces.config.impl org.apache.myfaces.config.impl.element org.apache.myfaces.util 
- 
- 
Uses of NavigationRule in org.apache.myfaces.configMethods in org.apache.myfaces.config that return types with arguments of type NavigationRule Modifier and Type Method Description Collection<NavigationRule>RuntimeConfig. getNavigationRules()Return the navigation rules that can be used by the NavigationHandler implementation.Methods in org.apache.myfaces.config with parameters of type NavigationRule Modifier and Type Method Description voidRuntimeConfig. addNavigationRule(NavigationRule navigationRule)Method parameters in org.apache.myfaces.config with type arguments of type NavigationRule Modifier and Type Method Description static List<String>FacesConfigValidator. validate(Collection<? extends NavigationRule> navRules, ExternalContext ctx)
- 
Uses of NavigationRule in org.apache.myfaces.config.elementMethods in org.apache.myfaces.config.element that return types with arguments of type NavigationRule Modifier and Type Method Description abstract List<NavigationRule>FacesFlowDefinition. getNavigationRuleList()abstract List<NavigationRule>FacesConfig. getNavigationRules()abstract Collection<NavigationRule>FacesConfigData. getNavigationRules()
- 
Uses of NavigationRule in org.apache.myfaces.config.implMethods in org.apache.myfaces.config.impl that return types with arguments of type NavigationRule Modifier and Type Method Description Collection<NavigationRule>FacesConfigDispenserImpl. getNavigationRules()
- 
Uses of NavigationRule in org.apache.myfaces.config.impl.elementSubclasses of NavigationRule in org.apache.myfaces.config.impl.element Modifier and Type Class Description classNavigationRuleImplMethods in org.apache.myfaces.config.impl.element that return types with arguments of type NavigationRule Modifier and Type Method Description List<NavigationRule>FacesFlowDefinitionImpl. getNavigationRuleList()List<NavigationRule>FacesConfigImpl. getNavigationRules()Methods in org.apache.myfaces.config.impl.element with parameters of type NavigationRule Modifier and Type Method Description voidFacesConfigImpl. addNavigationRule(NavigationRule rule)voidFacesFlowDefinitionImpl. addNavigationRule(NavigationRule value)
- 
Uses of NavigationRule in org.apache.myfaces.utilMethods in org.apache.myfaces.util with parameters of type NavigationRule Modifier and Type Method Description static Set<NavigationCase>NavigationUtils. convertNavigationCasesToAPI(NavigationRule rule)
 
-