Clearspace API (1.10.16) Core Javadocs

Uses of Package
com.jivesoftware.community.renderer

Packages that use com.jivesoftware.community.renderer
com.jivesoftware.base.plugin Plugin API for extending the core API with custom functionality. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.renderer The renderer package provides a way for converting text in one format into another, typically from markup to html and vice versa. 
 

Classes in com.jivesoftware.community.renderer used by com.jivesoftware.base.plugin
BaseMacro
          A Base class to be used to create macros.
 

Classes in com.jivesoftware.community.renderer used by com.jivesoftware.community
RenderManager
          A manager to manage filters to be used for render operations.
 

Classes in com.jivesoftware.community.renderer used by com.jivesoftware.community.renderer
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.
BaseFilter
          A Base class to be used to create a filter.
RenderContext
          Encapsulates the context in which a piece of content is being rendered.
RenderedTextStore
          A store for text snippets.
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.
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.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.