Class PageLayoutVisitor

java.lang.Object
com.atlassian.confluence.xhtml.api.PageLayoutVisitor
All Implemented Interfaces:
XhtmlVisitor

public class PageLayoutVisitor extends Object implements 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 Details

    • PageLayoutVisitor

      public PageLayoutVisitor()
  • Method Details

    • handle

      public boolean handle(XMLEvent xmlEvent, ConversionContext context)
      Description copied from interface: XhtmlVisitor
      Called on each XMLEvent during a parse of an XHTML document.
      Specified by:
      handle in interface XhtmlVisitor
      Returns:
      true if visiting should be halted immediately, false if it should continue
    • getPageLayoutOneType

      public String getPageLayoutOneType()
    • getPageLayout2CellCount

      public int getPageLayout2CellCount()
    • getPageLayout2RowCount

      public int getPageLayout2RowCount()