Class PageLayoutVisitor
java.lang.Object
com.atlassian.confluence.xhtml.api.PageLayoutVisitor
- All Implemented Interfaces:
XhtmlVisitor
Provides a handler for detecting if a page contains an atlassian page layout. If so the layout
name will be parsed out
- Since:
- 4.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
handle
(XMLEvent xmlEvent, ConversionContext context) Called on each XMLEvent during a parse of an XHTML document.
-
Constructor Details
-
PageLayoutVisitor
public PageLayoutVisitor()
-
-
Method Details
-
handle
Description copied from interface:XhtmlVisitor
Called on each XMLEvent during a parse of an XHTML document.- Specified by:
handle
in interfaceXhtmlVisitor
- Returns:
- true if visiting should be halted immediately, false if it should continue
-
getPageLayoutOneType
-
getPageLayout2CellCount
public int getPageLayout2CellCount() -
getPageLayout2RowCount
public int getPageLayout2RowCount()
-