What is a PageAppendHandler?
To write a PageAppendHandler you have to implement this interface:
}
}}}
The isPre() method should return whether the content should be rendered before the main page content. Otherwise it's appended. <tags>HowTo</tags>
To use a new PageAppendHandler within a module you have to pass an instance by overriding the getPageAppendHandlers()-method in your module:
List<PageAppendHandler> getPageAppendHandlers();