Constructor and Description |
---|
CreatePageParams() |
Modifier and Type | Method and Description |
---|---|
CreatePageParams |
config(PropertyTree value) |
CreatePageParams |
content(ContentId value) |
CreatePageParams |
controller(DescriptorKey value) |
PropertyTree |
getConfig() |
ContentId |
getContent() |
DescriptorKey |
getController() |
PageTemplateKey |
getPageTemplate() |
PageRegions |
getRegions() |
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 ContentId getContent()
public PageTemplateKey getPageTemplate()
public DescriptorKey getController()
public PageRegions getRegions()
public PropertyTree getConfig()
public void validate()