public static class Site.Page extends Site.Source
| Modifier and Type | Class and Description |
|---|---|
static class |
Site.Page.Generated |
| Modifier and Type | Field and Description |
|---|---|
protected List<Site.Page.Generated> |
generateds |
site| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and 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() |
File |
getSource()
Deprecated.
|
URI |
getUri(String ext) |
boolean |
isIgnoreVariables() |
void |
setIgnoreVariables(boolean value) |
void |
setLabels(List<String> labels) |
void |
setParent(Site.Page p) |
getName, getUri, setName, setUri, toString, validateSourceprotected List<Site.Page.Generated> generateds
@Deprecated public File getSource()
public final void setParent(Site.Page p)
public List<Site.Attachment> getAttachments()
public boolean isIgnoreVariables()
public void setIgnoreVariables(boolean value)
public List<Site.Page.Generated> getGenerateds()
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 set method 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
Copyright © 2018. All rights reserved.