com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Class PageLayout

java.lang.Object
  extended by 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.


Constructor Summary
PageLayout(java.util.Collection<PageLayoutSection> sections)
           
PageLayout(PageLayoutSection... sections)
           
 
Method Summary
 java.util.Collection<PageLayoutSection> getSections()
           
 boolean hasOneSection()
           
 boolean hasOneSectionAndOneCell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayout

public PageLayout(java.util.Collection<PageLayoutSection> sections)

PageLayout

public PageLayout(PageLayoutSection... sections)
Method Detail

getSections

public java.util.Collection<PageLayoutSection> getSections()

hasOneSectionAndOneCell

public boolean hasOneSectionAndOneCell()

hasOneSection

public boolean hasOneSection()


Copyright © 2003-2014 Atlassian. All Rights Reserved.