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 |
|---|---|
Optional<Site.Page> |
findPage(java.util.function.Predicate<Site.Page> criteria) |
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.Page |
getParent() |
File |
getSource()
Deprecated.
|
URI |
getUri(String ext) |
Boolean |
isIgnoreVariables() |
void |
setIgnoreVariables(Boolean value) |
void |
setLabels(List<String> labels) |
void |
setParent(Site.Page p) |
getName, getRelativeUri, getUri, optName, setName, setUri, toStringprotected List<Site.Page.Generated> generateds
@Deprecated public File getSource()
public final void setParent(Site.Page p)
public final Site.Page getParent()
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
public Optional<Site.Page> findPage(java.util.function.Predicate<Site.Page> criteria)
criteria - Copyright © 2020. All rights reserved.