@Beta public final class Page extends Object implements Component
Modifier and Type | Class and Description |
---|---|
static class |
Page.Builder |
Modifier and Type | Method and Description |
---|---|
Page |
copy() |
boolean |
equals(Object o) |
Component |
getComponent(ComponentPath path) |
PropertyTree |
getConfig() |
DescriptorKey |
getController() |
Region |
getRegion(String name) |
PageRegions |
getRegions() |
PageTemplateKey |
getTemplate() |
boolean |
hasConfig() |
boolean |
hasController() |
int |
hashCode() |
boolean |
hasRegions() |
boolean |
hasTemplate() |
static Page.Builder |
newPage() |
static Page.Builder |
newPage(Page source) |
public boolean hasController()
public DescriptorKey getController()
public boolean hasTemplate()
public PageTemplateKey getTemplate()
public boolean hasRegions()
public PageRegions getRegions()
public boolean hasConfig()
public PropertyTree getConfig()
public Component getComponent(ComponentPath path)
public static Page.Builder newPage()
public static Page.Builder newPage(Page source)
public Page copy()