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   
 

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, String ctxPath)
           
 

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> 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 NavigationRule
           
 

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

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



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.