This event is triggered whenever a visitor performs an action on the site (for example, displays a given page) that causes an active slot to request content items. See Using Slots for more information (especially note the differences between active and passive slots).

Class name

atg.scenario.dms.SlotItemRequestMessage

JMS name

atg.dss.SlotItemRequest

Display name

Items requested

Message context

Request

Message scope

Individual

Message source

Component: /atg/scenario/DSSMessageSource

Class: atg.scenario.dms.DSSMessageSource

Component that calls the message source

None. The slot component calls the message source directly.

How this event is triggered

The slot component itself generates the message when it is called upon to provide content. It does so only if the slot is an active slot and has no more items to show.

How to turn this event off

Make the slot component passive instead of active by setting the generation property in the component to passive.

The message that triggers this event contains the following properties:

Property

Type

Scenario Editor Label

Description

slotName

java.lang.String

by slot
  <slot_name>

The name of the slot that requests content items.

siteId

java.lang.String

Does not appear.

The ID of the current site. The value is provided by the Site Context Manager.

This parameter applies to multisite environments.

siteGroupIds

java.lang.String

Does not appear.

The IDs of the site groups associated with the current site. The values are provided by the Site Context Manager.

This parameter applies to multisite environments.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices