Class PageLayout
java.lang.Object
com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayout
Representation of a Page Layout for xhtml unmarshalling and marshalling. A Page Layout is a top level element that
defines the top level structure of the page. The structure is defined in terms of a number of Sections that each
contains a number of columns in one of several configurations.
-
Constructor Summary
ConstructorsConstructorDescriptionPageLayout
(PageLayoutSection... sections) PageLayout
(Collection<PageLayoutSection> sections) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
PageLayout
-
PageLayout
-
-
Method Details
-
getSections
-
hasOneSectionAndOneCell
public boolean hasOneSectionAndOneCell() -
hasOneSection
public boolean hasOneSection()
-