com.atlassian.confluence.xhtml.api
Class PageLayoutVisitor

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

public class PageLayoutVisitor
extends java.lang.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 Summary
PageLayoutVisitor()
           
 
Method Summary
 int getPageLayout2CellCount()
           
 int getPageLayout2RowCount()
           
 java.lang.String getPageLayoutOneType()
           
 boolean handle(javax.xml.stream.events.XMLEvent xmlEvent, ConversionContext context)
          Called on each XMLEvent during a parse of an XHTML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayoutVisitor

public PageLayoutVisitor()
Method Detail

handle

public boolean handle(javax.xml.stream.events.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 java.lang.String getPageLayoutOneType()

getPageLayout2CellCount

public int getPageLayout2CellCount()

getPageLayout2RowCount

public int getPageLayout2RowCount()


Copyright © 2003-2014 Atlassian. All Rights Reserved.