|
|
|
|
|
||||||||||
| 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.shop.ShopContentDisplayer
public class ShopContentDisplayer
is used to display ShopContents.
ShopContent, ContentGroup| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
ShopContentDisplayer()
|
|
| Method Summary | |
|---|---|
ShopContentDisplayerResult |
displayShop(Bundle bundle, ServiceRequest request)
loads a given ShopContent, 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 ShopContentDisplayer()
| Method Detail |
|---|
@Action(value="displayShop", security=NEVER) @Permission(value="displayShop") public final ShopContentDisplayerResult displayShop(Bundle bundle, ServiceRequest request)
ShopContent, 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.
bundle - the Bundlerequest - the current ServiceRequest
ShopContentDisplayerResult for the requested ShopContentShopContentDisplayerResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||