This event is fired when a user navigates from one registered Web site to another, thus causing the site context to change. Note that the event is designed only for use with sites supported by a multisite ATG installation (sites registered and deployed through Site Administration).

Class name

atg.multisite.dms.SiteChangedMessage

JMS name

atg.multisite.SiteChanged

Display name

Switches Site Context

Message scope

Individual

Message source

Component: /atg/multisite/SiteSessionEventSender

Class: atg.multisite.SiteSessionEventSender

Component that calls the message source

/atg/dynamo/servlet/dafpipeline/SiteSessionEventTrigger or

/atg/dynamo/servlet/pipeline/SiteSessionEventTrigger

How this event is triggered

A SiteChanged message is fired when the value of the last visited site in the current site context is different from the current site.

How to turn this event off

Set to false the sendSiteChangedEvents property in the /atg/dynamo/servlet/dafpipeline/SiteSessionEventTrigger or /atg/dynamo/servlet/pipeline/SiteSessionEventTrigger components

The SiteChanged message contains the following properties:

Property

Type

Scenario editor label

newSiteID

java.lang.String

Site is switched to

The site ID of the current site.

oldSiteID

java.lang.String

Site is switched from

The site ID of the last visited site (the site that triggered the event).


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices