Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Package com.jivesoftware.forum.renderer

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].
 

Class Summary
AbstractRenderFilter An abstract implementation of the RenderFilter interface this class provides subclasses with built in support for documentation and splits apart the execute method into seperate methods depending on the render target specified in the render context.
RenderedTextStore A store for text snippets.
RendererFactory A factory for creating Renderer's.
RenderPipe A container to hold the filters that are to be used for rendering text.
RenderStrategy A RenderStrategy allows for the coarse grained ability to determine what will be rendered by a particular render call irregardless of what filters are included.
RenderTarget The target of a particular render operation.
RenderType Defines render types used for jive objects.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.