Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.renderer
Class RendererFactory

java.lang.Object
  extended by com.jivesoftware.forum.renderer.RendererFactory

public class RendererFactory
extends java.lang.Object

A factory for creating Renderer's. A custom implementation may be specified by setting the Renderer.className Jive property to be the fully qualified class name of the custom implementation.


Method Summary
static void doInitialize()
           
static Renderer getInstance()
          Returns an implementation of the Renderer interface.
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Renderer getInstance()
Returns an implementation of the Renderer interface.

Returns:
a custom implementation of a Renderer.

initialize

public void initialize()

doInitialize

public static void doInitialize()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.