Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.theme
Class ForumThemeType

java.lang.Object
  extended by com.jivesoftware.base.theme.ThemeType
      extended by com.jivesoftware.forum.theme.ForumThemeType
All Implemented Interfaces:
java.io.Serializable

public class ForumThemeType
extends ThemeType

An extension of the ThemeType class to define and add forum and category theme types.

See Also:
Serialized Form

Field Summary
static ThemeType CATEGORY
          Type representing a Category map.
static ThemeType FORUM
          Type representing a Forum map.
static ThemeType USER
          Type representing a User map.
 
Fields inherited from class com.jivesoftware.base.theme.ThemeType
GLOBAL, LOCALE, types, URL
 
Constructor Summary
ForumThemeType(java.lang.String name, int precedence)
           
 
Method Summary
static void registerTypes()
           
 
Methods inherited from class com.jivesoftware.base.theme.ThemeType
fromString, getI18nKey, getPrecedence, getTypes, setPrecedence, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORUM

public static final ThemeType FORUM
Type representing a Forum map.


CATEGORY

public static final ThemeType CATEGORY
Type representing a Category map.


USER

public static final ThemeType USER
Type representing a User map.

Constructor Detail

ForumThemeType

public ForumThemeType(java.lang.String name,
                      int precedence)
Method Detail

registerTypes

public static void registerTypes()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.