Interface Summary |
ForumRenderManager |
A manager to manage filters to be used for render operations. |
PostProcessingRenderFilter |
This is a marker interface which is used to denote filters that should be run after all other
filters and macros and after all text tokens are replaced with the corresponding text values. |
PreProcessingRenderFilter |
This is a marker interface which is used to denote a filter which should be run before all other
macros and filters. |
RenderContext |
Encapsulates the context in which a piece of content is being rendered. |
Renderer |
A Renderer is an object that allows for converting text markup to html and back again. |
RenderFilter |
A filter is an object that performs filtering on Strings. |
RenderMacro |
The RenderMacro interface is an extension to the RenderFilter interface, the main difference being
that it will not execute over the whole page, rather it will be provided with just the text
between the macro tags, if it exists. |
RenderManager |
A manager to manage filters to be used for render operations. |
TagFilter |
An interface for filters that filter via tags such as [message][/message]. |