|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.site.content.ContentResult
org.torweg.pulse.component.cms.CMSContentDisplayerResult
public class CMSContentDisplayerResult
| Constructor Summary | |
|---|---|
CMSContentDisplayerResult(CMSContent c, ServiceRequest r)
creates a new CMSContentDisplayerResult for the given
CMSContent. |
|
CMSContentDisplayerResult(ContentGroup c,
java.util.List<SitemapNode> children, ServiceRequest r)
creates a new CMSContentDisplayerResult for the given
ContentGroup. |
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM(ServiceRequest r)
returns an extended JDOM representation of the Result encapsuling
the Content. |
void |
setBaseCommand(java.lang.String command)
sets the base Command required to load a Page
of the CMSContent. |
void |
setPageId(java.lang.Long id)
sets the id of the requested Page. |
| Methods inherited from class org.torweg.pulse.site.content.ContentResult |
|---|
deserializeChildren, deserializeToJDOM, getChildren, getContent, getRequest, setChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSContentDisplayerResult(CMSContent c, ServiceRequest r)
CMSContentDisplayerResult for the given
CMSContent.
c - the CMSContent to be displayedr - the current request
public CMSContentDisplayerResult(ContentGroup c,
java.util.List<SitemapNode> children, ServiceRequest r)
CMSContentDisplayerResult for the given
ContentGroup.
c - the content groupchildren - the childrenr - the request| Method Detail |
|---|
public final void setPageId(java.lang.Long id)
Page.
id - the id of the Pagepublic final void setBaseCommand(java.lang.String command)
Command required to load a Page
of the CMSContent.
The Parameter <em>page</em> has still to be
added.
command - the URI of the base Command as a
Stringpublic org.jdom.Element deserializeToJDOM(ServiceRequest r)
ContentResultResult encapsuling
the Content.
deserializeToJDOM in interface ExtendedJDOMabledeserializeToJDOM in class ContentResultr - the current request
ContentResult.deserializeToJDOM(org.torweg.pulse.service.request.ServiceRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||