Uses of Class
org.apache.myfaces.config.element.NavigationRule

Packages that use NavigationRule
org.apache.myfaces.config   
org.apache.myfaces.config.element   
org.apache.myfaces.config.impl.digester   
org.apache.myfaces.config.impl.digester.elements   
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
 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
 void RuntimeConfig.addNavigationRule(NavigationRule navigationRule)
           
 

Method parameters in org.apache.myfaces.config with type arguments of type NavigationRule
static List<String> FacesConfigValidator.validate(Collection<? extends ManagedBean> managedBeans, 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
abstract  List<NavigationRule> FacesFlowDefinition.getNavigationRuleList()
           
abstract  List<NavigationRule> FacesConfig.getNavigationRules()
           
abstract  Collection<NavigationRule> FacesConfigData.getNavigationRules()
           
 

Uses of NavigationRule in org.apache.myfaces.config.impl.digester
 

Methods in org.apache.myfaces.config.impl.digester that return types with arguments of type NavigationRule
 Collection<NavigationRule> DigesterFacesConfigDispenserImpl.getNavigationRules()
           
 

Uses of NavigationRule in org.apache.myfaces.config.impl.digester.elements
 

Subclasses of NavigationRule in org.apache.myfaces.config.impl.digester.elements
 class NavigationRuleImpl
           
 

Methods in org.apache.myfaces.config.impl.digester.elements that return types with arguments of type NavigationRule
 List<NavigationRule> FacesFlowDefinitionImpl.getNavigationRuleList()
           
 List<NavigationRule> FacesConfigImpl.getNavigationRules()
           
 

Methods in org.apache.myfaces.config.impl.digester.elements with parameters of type NavigationRule
 void FacesFlowDefinitionImpl.addNavigationRule(NavigationRule value)
           
 void FacesConfigImpl.addNavigationRule(NavigationRule rule)
           
 

Uses of NavigationRule in org.apache.myfaces.util
 

Methods in org.apache.myfaces.util with parameters of type NavigationRule
static Set<NavigationCase> NavigationUtils.convertNavigationCasesToAPI(NavigationRule rule)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.