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.config
Methods 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 void
RuntimeConfig. 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.element
Methods 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.impl
Methods 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.element
Subclasses of NavigationRule in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
NavigationRuleImpl
Methods 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 void
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 NavigationRule Modifier and Type Method Description static Set<NavigationCase>
NavigationUtils. convertNavigationCasesToAPI(NavigationRule rule)
-