|
|
|
|
|
||||||||||
| 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.store.StoreContentDisplayer
public class StoreContentDisplayer
is used to display StoreContents.
StoreContent, ContentGroup| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
StoreContentDisplayer()
|
|
| Method Summary | |
|---|---|
ContentResult |
displayStore(ServiceRequest request)
loads a given StoreContent, 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 StoreContentDisplayer()
| Method Detail |
|---|
@Action(value="displayStore", security=NEVER) @Permission(value="displayStore") public final ContentResult displayStore(ServiceRequest request)
StoreContent, 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
StoreContentDisplayerResult for the requested StoreContentStoreContentDisplayerResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||