@Beta
public final class Page
extends java.lang.Object
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(java.lang.Object o) |
Component |
getComponent(ComponentPath path) |
PropertyTree |
getConfig() |
DescriptorKey |
getController() |
Component |
getFragment() |
Region |
getRegion(java.lang.String name) |
PageRegions |
getRegions() |
PageTemplateKey |
getTemplate() |
boolean |
hasConfig() |
boolean |
hasController() |
int |
hashCode() |
boolean |
hasRegions() |
boolean |
hasTemplate() |
boolean |
isCustomized() |
boolean |
isFragment() |
public boolean hasController()
public DescriptorKey getController()
public boolean hasTemplate()
public PageTemplateKey getTemplate()
public boolean hasRegions()
public Region getRegion(java.lang.String name)
public PageRegions getRegions()
public boolean hasConfig()
public PropertyTree getConfig()
public Component getComponent(ComponentPath path)
public boolean isCustomized()
public Component getFragment()
public boolean isFragment()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static Page.Builder create()
public static Page.Builder create(Page source)
public Page copy()