public class BannerZone extends AbstractContentZone<BannerZone>
Zone represents an area on the page that merchandisers have control over. They can set the content
of a zone from the command center as part of a rule instantiation. When a rule is triggered the zones are filled
in with the pertinent content.
Zones contain the following properties:
- `id`: an MD5 of the zone name
- `name`: the zone name
- `type`: the content type
- `Content`: a string of text.
- `Rich_Content`: a string of HTML text.
- `Records`: A list of zero or more records.
- `Banner`: The URL to a banner image, as defined in the banner management section.
records matching a search.
| Constructor and Description |
|---|
BannerZone() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBannerUrl() |
Zone.Type |
getType()
Zones support the following content types:
Content, Record, Banner, Rich_Content
|
BannerZone |
setBannerUrl(java.lang.String bannerUrl) |
getContent, setContentpublic Zone.Type getType()
Zone
Zones support the following content types:
Content, Record, Banner, Rich_Content
getType in class Zone<BannerZone>public java.lang.String getBannerUrl()
public BannerZone setBannerUrl(java.lang.String bannerUrl)
Copyright © 2013–2016 GroupBy Inc.. All rights reserved.