Constructor and Description |
---|
CreatePageParams() |
Modifier and Type | Method and Description |
---|---|
CreatePageParams |
config(PropertyTree value) |
CreatePageParams |
content(ContentId value) |
CreatePageParams |
controller(DescriptorKey value) |
CreatePageParams |
customized(boolean value) |
PropertyTree |
getConfig() |
ContentId |
getContent() |
DescriptorKey |
getController() |
PageTemplateKey |
getPageTemplate() |
PageRegions |
getRegions() |
boolean |
isCustomized() |
CreatePageParams |
pageTemplate(PageTemplateKey value) |
CreatePageParams |
regions(PageRegions value) |
void |
validate() |
public CreatePageParams content(ContentId value)
public CreatePageParams controller(DescriptorKey value)
public CreatePageParams pageTemplate(PageTemplateKey value)
public CreatePageParams regions(PageRegions value)
public CreatePageParams config(PropertyTree value)
public CreatePageParams customized(boolean value)
public ContentId getContent()
public PageTemplateKey getPageTemplate()
public DescriptorKey getController()
public PageRegions getRegions()
public PropertyTree getConfig()
public boolean isCustomized()
public void validate()