|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.site.view.ViewEditorResult
public class ViewEditorResult
the Result of the ViewEditor.
| Constructor Summary | |
|---|---|
ViewEditorResult()
|
|
| Method Summary | |
|---|---|
void |
addTimeZones()
Sets whether to add the time-zones to the result. |
org.jdom.Element |
deserializeToJDOM()
returns the Result of the ViewEditor as an
Element. |
void |
setEditURL(java.lang.String ceURL)
sets the edit URL of the current Content. |
ViewEditorResult |
setSitemapNode(SitemapNode sn)
sets the sitemapnode the current view belongs to. |
void |
setSitemapSectionTags(java.util.List<SitemapSectionTag> sectionTags)
Sets the SitemapSectionTags for the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewEditorResult()
| Method Detail |
|---|
public final org.jdom.Element deserializeToJDOM()
Result of the ViewEditor as an
Element.
deserializeToJDOM in interface JDOMableResult of the ViewEditor as an
ElementJDOMable.deserializeToJDOM()public final void setEditURL(java.lang.String ceURL)
ceURL - the edit to setpublic final ViewEditorResult setSitemapNode(SitemapNode sn)
sn - the current sitemapnode
public final void setSitemapSectionTags(java.util.List<SitemapSectionTag> sectionTags)
SitemapSectionTags for the result.
sectionTags - the SitemapSectionTagspublic final void addTimeZones()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||