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

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

Uses of Page in org.jboss.seam.navigation
 

Methods in org.jboss.seam.navigation that return Page
 Page Pages.getPage(String viewId)
          Get the Page object for the given view id.
 

Methods in org.jboss.seam.navigation that return types with arguments of type Page
protected  List<Page> Pages.getPageStack(String viewId)
          Get the stack of Page objects, from least specific to most specific, that match the given view id.