Uses of Class
org.apache.myfaces.config.element.NavigationRule
Packages that use NavigationRule
Package
Description
-
Uses of NavigationRule in org.apache.myfaces.config
Methods in org.apache.myfaces.config that return types with arguments of type NavigationRuleModifier and TypeMethodDescriptionRuntimeConfig.getNavigationRules()
Return the navigation rules that can be used by the NavigationHandler implementation.Methods in org.apache.myfaces.config with parameters of type NavigationRuleModifier and TypeMethodDescriptionvoid
RuntimeConfig.addNavigationRule
(NavigationRule navigationRule) Method parameters in org.apache.myfaces.config with type arguments of type NavigationRuleModifier and TypeMethodDescriptionFacesConfigValidator.validate
(Collection<? extends NavigationRule> navRules, ExternalContext ctx) -
Uses of NavigationRule in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type NavigationRuleModifier and TypeMethodDescriptionabstract List<NavigationRule>
FacesFlowDefinition.getNavigationRuleList()
abstract List<NavigationRule>
FacesConfig.getNavigationRules()
abstract Collection<NavigationRule>
FacesConfigData.getNavigationRules()
-
Uses of NavigationRule in org.apache.myfaces.config.impl
Methods in org.apache.myfaces.config.impl that return types with arguments of type NavigationRule -
Uses of NavigationRule in org.apache.myfaces.config.impl.element
Subclasses of NavigationRule in org.apache.myfaces.config.impl.elementMethods in org.apache.myfaces.config.impl.element that return types with arguments of type NavigationRuleModifier and TypeMethodDescriptionFacesFlowDefinitionImpl.getNavigationRuleList()
FacesConfigImpl.getNavigationRules()
Methods in org.apache.myfaces.config.impl.element with parameters of type NavigationRuleModifier and TypeMethodDescriptionvoid
FacesConfigImpl.addNavigationRule
(NavigationRule rule) void
FacesFlowDefinitionImpl.addNavigationRule
(NavigationRule value) -
Uses of NavigationRule in org.apache.myfaces.util
Methods in org.apache.myfaces.util with parameters of type NavigationRuleModifier and TypeMethodDescriptionstatic Set<NavigationCase>
NavigationUtils.convertNavigationCasesToAPI
(NavigationRule rule)