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