org.torweg.pulse.component.core.site
Class ThemesControllerResult
java.lang.Object
org.torweg.pulse.component.core.site.ThemesControllerResult
- All Implemented Interfaces:
- JDOMable, Result
public class ThemesControllerResult
- extends java.lang.Object
- implements Result
the Result of the ThemesController.
- Version:
- $Revision: 1454 $
- Author:
- Daniel Dietz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemesControllerResult
public ThemesControllerResult()
deserializeToJDOM
public org.jdom.Element deserializeToJDOM()
- Description copied from interface:
JDOMable
- this will deserialize the state of the
JDOMable as a JDOM
Element.
- Specified by:
deserializeToJDOM in interface JDOMable
- Returns:
- result the
Result of the
ThemesController - See Also:
JDOMable.deserializeToJDOM()
setThemes
public final void setThemes(org.jdom.Element ts)
- Parameters:
ts - the themes as an Element
setThemeGroups
public final void setThemeGroups(org.jdom.Element tgs)
- Parameters:
tgs - the themes as an Element
setThemeConfig
public final void setThemeConfig(org.jdom.Element tc)
- Parameters:
tc - the themeConfig as an Element