public class

PageLayoutVisitor

extends Object
implements XhtmlVisitor
java.lang.Object
   ↳ com.atlassian.confluence.xhtml.api.PageLayoutVisitor

Class Overview

Provides a handler for detecting if a page contains an atlassian page layout. If so the layout name will be parsed out

Summary

Public Constructors
PageLayoutVisitor()
Public Methods
String getLayoutType()
boolean handle(XMLEvent xmlEvent, ConversionContext context)
Called on each XMLEvent during a parse of an XHTML document.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.xhtml.api.XhtmlVisitor

Public Constructors

public PageLayoutVisitor ()

Public Methods

public String getLayoutType ()

public boolean handle (XMLEvent xmlEvent, ConversionContext context)

Called on each XMLEvent during a parse of an XHTML document.