Uses of Class
org.bsc.confluence.model.Site.Page
-
Packages that use Site.Page Package Description org.bsc.confluence.model -
-
Uses of Site.Page in org.bsc.confluence.model
Subclasses of Site.Page in org.bsc.confluence.model Modifier and Type Class Description static classSite.HomeMethods in org.bsc.confluence.model that return Site.Page Modifier and Type Method Description Site.PageSite.Page. getParent()Methods in org.bsc.confluence.model that return types with arguments of type Site.Page Modifier and Type Method Description List<Site.Page>Site.Page. getChildren()static List<Site.Page>ChildListProxy. newInstance(Site.Page parent)Methods in org.bsc.confluence.model with parameters of type Site.Page Modifier and Type Method Description static List<Site.Page>ChildListProxy. newInstance(Site.Page parent)static voidSitePrinter. printChildren(Site site, PrintStream out, int level, Site.Page parent)voidSite.Page. setParent(Site.Page p)Constructors in org.bsc.confluence.model with parameters of type Site.Page Constructor Description ChildListProxy(Site.Page parent)
-