public class PageImpl extends BasePage implements GenericPage, HasMetadata, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentPresentation> |
componentPresentations |
protected String |
fileName |
protected PageTemplate |
pageTemplate |
protected StructureGroup |
structureGroup |
protected String |
url |
categories, lastPublishedDateAsString, metadata, organizationalItem, owningPublication, publication, revisionDateAsString, version| Constructor and Description |
|---|
PageImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentPresentation> |
getComponentPresentations() |
String |
getFileExtension()
Get the file extension of the page (this is actually determined by the
page template but also set here for clarity).
|
String |
getFileName()
Get the file name
|
PageTemplate |
getPageTemplate() |
StructureGroup |
getStructureGroup() |
String |
getUrl() |
void |
setComponentPresentations(List<ComponentPresentation> componentPresentations) |
void |
setFileExtension(String fileExtension)
Set the file extension.
|
void |
setFileName(String fileName)
Set the file name
|
void |
setPageTemplate(PageTemplate pageTemplate) |
void |
setStructureGroup(StructureGroup structureGroup) |
void |
setUrl(String url) |
getCategories, getLastPublishedDate, getMetadata, getOrganizationalItem, getOwningPublication, getPublication, getRevisionDate, getSchema, getVersion, setCategories, setLastPublishedDate, setMetadata, setOrganizationalItem, setOwningPublication, setPublication, setRevisionDate, setSchema, setVersionaddCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategories, getLastPublishedDate, getMetadata, getRevisionDate, getVersion, setCategories, setLastPublishedDate, setMetadata, setRevisionDategetOrganizationalItem, getOwningPublication, getPublication, getSchema, setOrganizationalItem, setOwningPublication, setPublication, setSchemaaddCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitlegetMetadata, setMetadataprotected String fileName
protected PageTemplate pageTemplate
protected List<ComponentPresentation> componentPresentations
protected StructureGroup structureGroup
protected String url
public PageTemplate getPageTemplate()
getPageTemplate in interface Pagepublic void setPageTemplate(PageTemplate pageTemplate)
setPageTemplate in interface Pagepublic List<ComponentPresentation> getComponentPresentations()
getComponentPresentations in interface Pagepublic void setComponentPresentations(List<ComponentPresentation> componentPresentations)
setComponentPresentations in interface Pagepublic String getFileName()
getFileName in interface Pagepublic void setFileName(String fileName)
setFileName in interface Pagepublic String getFileExtension()
getFileExtension in interface Pagepublic void setFileExtension(String fileExtension)
setFileExtension in interface Pagepublic StructureGroup getStructureGroup()
getStructureGroup in interface Pagepublic void setStructureGroup(StructureGroup structureGroup)
setStructureGroup in interface PageCopyright © 2017. All rights reserved.