Modifier and Type | Class and Description |
---|---|
static class |
Page.Builder |
Modifier and Type | Method and Description |
---|---|
Page |
copy() |
static Page.Builder |
create() |
static Page.Builder |
create(Page source) |
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() |
boolean |
isCustomized() |
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 boolean isCustomized()
public static Page.Builder create()
public static Page.Builder create(Page source)
public Page copy()