Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.theme
Class ThemeManagerFactory

java.lang.Object
  extended by com.jivesoftware.base.theme.ThemeManagerFactory

public class ThemeManagerFactory
extends java.lang.Object

A factory used to get an instance of a ThemeManager. The implementation of a ThemeManager is pluggable. To override it, set the manager class name as a Jive property called ThemeManager.className.

Get an implementation of ThemeManager by calling getInstance().


Method Summary
static ThemeManager getInstance()
          Returns an instance of the ThemeManager interface.
static void setThemeManager(java.lang.Class clazz)
           
static void setThemeManager(ThemeManager ThemeManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ThemeManager getInstance()
Returns an instance of the ThemeManager interface.

Returns:
an implementation of ThemeManager

setThemeManager

public static void setThemeManager(ThemeManager ThemeManager)

setThemeManager

public static void setThemeManager(java.lang.Class clazz)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.