Package org.bsc.confluence.model
Class Site.Page
- java.lang.Object
-
- org.bsc.confluence.model.Site.Source
-
- org.bsc.confluence.model.Site.Page
-
- Direct Known Subclasses:
Site.Home
- Enclosing class:
- Site
public static class Site.Page extends Site.Source
class Page
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSite.Page.Generated
-
Field Summary
Fields Modifier and Type Field Description protected List<Site.Page.Generated>generateds-
Fields inherited from class org.bsc.confluence.model.Site.Source
site
-
-
Constructor Summary
Constructors Constructor Description Page()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Site.Attachment>getAttachments()List<Site.Page>getChildren()List<String>getComputedLabels()List<Site.Page.Generated>getGenerateds()Gets the value of the generateds property.List<String>getLabels()Site.PagegetParent()FilegetSource()Deprecated.URIgetUri(String ext)BooleanisIgnoreVariables()voidsetIgnoreVariables(Boolean value)voidsetLabels(List<String> labels)voidsetParent(Site.Page p)
-
-
-
Field Detail
-
generateds
protected List<Site.Page.Generated> generateds
-
-
Method Detail
-
getSource
@Deprecated public File getSource()
Deprecated.
-
setParent
public final void setParent(Site.Page p)
-
getParent
public final Site.Page getParent()
-
getAttachments
public List<Site.Attachment> getAttachments()
-
isIgnoreVariables
public Boolean isIgnoreVariables()
-
setIgnoreVariables
public void setIgnoreVariables(Boolean value)
-
getGenerateds
public List<Site.Page.Generated> getGenerateds()
Gets the value of the generateds property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the generateds property.For example, to add a new item, do as follows:
getGenerateds().add(newItem);
Objects of the following type(s) are allowed in the list
Site.Page.Generated
-
-