|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.Controller
org.torweg.pulse.site.content.AbstractContentDisplayer
org.torweg.pulse.component.cms.CMSContentDisplayer
public class CMSContentDisplayer
is used to display CMSContents.
CMSContent| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
CMSContentDisplayer()
|
|
| Method Summary | |
|---|---|
CMSContentDisplayerResult |
display(ServiceRequest request)
loads a given CMSContent, either by the Command 's
sitemapID (see: Command.getSitemapID()) or by the
<em>contentId</em> Parameter, while the <em>contentId</em> Parameter takes precedence over the Command's sitemapId. |
| Methods inherited from class org.torweg.pulse.site.content.AbstractContentDisplayer |
|---|
chooseContent, getChildrenForContentGroup, prepareRedirect |
| Methods inherited from class org.torweg.pulse.bundle.Controller |
|---|
getAlwaysRun, isAlwaysRun, setAlwaysRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSContentDisplayer()
| Method Detail |
|---|
@Action(value="displayCMS", security=NEVER) @Permission(value="displayCMS") public final CMSContentDisplayerResult display(ServiceRequest request)
CMSContent, either by the Command 's
sitemapID (see: Command.getSitemapID()) or by the
<em>contentId</em> Parameter, while the <em>contentId</em> Parameter takes precedence over the Command's sitemapId.
If the sitemapID denotes a SitemapNode without a View, the first CMSContent in the ancestor axis is loaded
instead.
request - the current ServiceRequest
CMSContentDisplayerResult for the requested CMSContentCMSContentDisplayerResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||