Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.renderer.RenderContext

Packages that use RenderContext
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. 
 

Uses of RenderContext in com.jivesoftware.community.renderer
 

Methods in com.jivesoftware.community.renderer with parameters of type RenderContext
 void RenderFilter.execute(Document document, RenderContext renderContext)
          Process the xml document that is passed to this method.
 void RenderMacro.execute(Element element, RenderContext renderContext)
          Applies the filter to the passed in string and returns the filtered string.
 String Renderer.render(Document content, RenderContext context)
          Render the input string according to the RenderStrategy and RenderTarget specified by the given render context.
 String Renderer.render(String content, RenderContext context)
          Render the input string according to the RenderStrategy and RenderTarget specified by the given render context.
 String Renderer.renderField(JiveContentObject.Field fieldIdentifier, JiveContentObject content, RenderContext context)
          Performs rendering of a field in a piece of content, such as the subject or body.
 boolean AbstractRenderFilter.shouldProcess(Element e, RenderContext context)
          Checks to see if the element should be processed by this filter.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.