Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.theme
Class ThemeMap

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

public class ThemeMap
extends java.lang.Object
implements java.io.Serializable

A theme map is a mapping between the a theme and the application. There are various types of mappings, allowing a flexible way to bind themes to the application. The application will attempt to load a theme for each request based on these mappings, in order of ThemeType precedence.

See Also:
ThemeType, Serialized Form

Constructor Summary
ThemeMap(ThemeType type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getNumValue()
           
 java.lang.String getStringValue()
           
 ThemeType getType()
           
 int hashCode()
           
 void setNumValue(long numValue)
           
 void setStringValue(java.lang.String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeMap

public ThemeMap(ThemeType type)
Method Detail

getType

public ThemeType getType()

getNumValue

public long getNumValue()

setNumValue

public void setNumValue(long numValue)

getStringValue

public java.lang.String getStringValue()

setStringValue

public void setStringValue(java.lang.String stringValue)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.