com.jivesoftware.base.theme
Class ThemeMap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ThemeMap
public ThemeMap(ThemeType type)
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
Copyright © 1999-2006 Jive Software.