com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Class PageLayout
java.lang.Object
com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayout
public class PageLayout
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageLayout
public PageLayout(java.util.Collection<PageLayoutSection> sections)
PageLayout
public PageLayout(PageLayoutSection... sections)
getSections
public java.util.Collection<PageLayoutSection> getSections()
hasOneSectionAndOneCell
public boolean hasOneSectionAndOneCell()
hasOneSection
public boolean hasOneSection()
Copyright © 2003-2013 Atlassian. All Rights Reserved.