Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.proxy
Class ForumRenderManagerProxyFactory

java.lang.Object
  extended by com.jivesoftware.forum.proxy.ForumRenderManagerProxyFactory

public class ForumRenderManagerProxyFactory
extends java.lang.Object

A factory for creating proxies for the ForumRenderManager implementation. A custom proxy implementation may be specified by setting the ForumRenderManagerProxy.className Jive property to be the fully qualified class name of the custom proxy implementation.

Custom ForumRenderManager proxies must:


Method Summary
static void doInitialize()
           
static ForumRenderManager getInstance(JiveRenderManager rManager, long objectType, Permissions permissions)
          Returns a proxy for the ForumRenderManager 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 ForumRenderManager getInstance(JiveRenderManager rManager,
                                             long objectType,
                                             Permissions permissions)
Returns a proxy for the ForumRenderManager interface.

Returns:
a proxy implementation of a ForumRenderManager.

initialize

public void initialize()

doInitialize

public static void doInitialize()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.