public class ContentZone extends AbstractContentZone<ContentZone>
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`: `Content`: a string of text.
| Constructor and Description |
|---|
ContentZone() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
Zone.Type |
getType()
Zones support the following content types:
Content, Record, Banner, Rich_Content
|
ContentZone |
setContent(java.lang.String content) |
public Zone.Type getType()
Zone
Zones support the following content types:
Content, Record, Banner, Rich_Content
getType in class Zone<ContentZone>public java.lang.String getContent()
getContent in class AbstractContentZone<ContentZone>public ContentZone setContent(java.lang.String content)
setContent in class AbstractContentZone<ContentZone>content - Set the contentCopyright © 2013–2016 GroupBy Inc.. All rights reserved.