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

Packages that use NavigationRule
org.apache.myfaces.config   
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
 java.util.Collection<NavigationRule> RuntimeConfig.getNavigationRules()
          Return the navigation rules that can be used by the NavigationHandler implementation.
 java.util.Iterator<NavigationRule> FacesConfigDispenser.getNavigationRules()
           
 

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 java.util.List<java.lang.String> FacesConfigValidator.validate(java.util.Iterator managedBeans, java.util.Iterator<NavigationRule> navRules, java.lang.String ctxPath)
           
 

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
 java.util.Iterator<NavigationRule> DigesterFacesConfigDispenserImpl.getNavigationRules()
           
 

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

Classes in org.apache.myfaces.config.impl.digester.elements that implement NavigationRule
 class NavigationRule
           
 



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