Uses of Class
org.chromattic.docs.reference.website.Page

Packages that use Page
org.chromattic.docs.reference.website   
 

Uses of Page in org.chromattic.docs.reference.website
 

Methods in org.chromattic.docs.reference.website that return Page
abstract  Page Page.getParent()
          Returns the page parent.
abstract  Page WebSite.getRootPage()
          Returns the root page of the website.
 

Methods in org.chromattic.docs.reference.website that return types with arguments of type Page
abstract  java.util.Collection<Page> Page.getChildren()
          Returns the collection of page children.
abstract  java.util.Collection<Page> Content.getPages()
          Returns all the pages associated with this content.
 

Methods in org.chromattic.docs.reference.website with parameters of type Page
abstract  void Page.setParent(Page page)
          Update the page parent.
abstract  void WebSite.setRootPage(Page root)
          Sets the root page of the website.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.