Uses of Class
org.jboss.seam.navigation.Rule

Packages that use Rule
org.jboss.seam.navigation Implementation of pages.xml based navigation 
 

Uses of Rule in org.jboss.seam.navigation
 

Methods in org.jboss.seam.navigation that return Rule
 Rule Navigation.getRule()
           
 

Methods in org.jboss.seam.navigation that return types with arguments of type Rule
 List<Rule> Navigation.getRules()
           
 

Methods in org.jboss.seam.navigation with parameters of type Rule
 void Navigation.setRule(Rule rule)