Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
inprogress
inprogress
1Magnolia for 4.5
Multi Channel
Status
The implementation of this concept Implementation of multi channel conept is tracked in JIRA under MAGNOLIA-3895.
Status

Rationale

  • the same content should be delivered differently (different HTML, format, ...)
    • a channel can be: a device, location, medium
  • content can be excluded or made exclusive to one channel

...

  • AggregationState has a channel property (a string)
  • the multi channel filter sets this value by using a ChannelResolver** the STKChannelResolver uses the configured channels (see configuration)
  • default value is Channel.ALL
  • a channel parameter can be passed to oversteer the mechanism

...