org.torweg.pulse.component.core.site.view
Class ThemesEditorResult
java.lang.Object
org.torweg.pulse.component.core.site.view.ThemesEditorResult
- All Implemented Interfaces:
- JDOMable, Result
public class ThemesEditorResult
- extends java.lang.Object
- implements Result
the result of the ThemesEditor.
- Version:
- $Revision: 1460 $
- Author:
- Daniel Dietz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemesEditorResult
public ThemesEditorResult()
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:
- the result of the
ThemesEditor - See Also:
JDOMable.deserializeToJDOM()
setSitemapNode
public final void setSitemapNode(SitemapNode sn)
- sets the
SitemapNode to output with this result.
- Parameters:
sn - the SitemapNode to set.
setFlag
public void setFlag(java.lang.String f)
- sets a flag to be used as switch within XSL.
- Parameters:
f - the flag to set
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