Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Under Construction!

Issue 1280

Background

This feature allows the gadget to indicate to the container that the gadget requires/desires an isolated execution environment. If the container supports this feature and grants it to the gadget, the gadget should have it's execution scope isolated from other gadgets and the container itself.

...

To use this feature with the shared-scope option, a gadget must require(or optional) the feature like so:

Code Block
xml
xml
  <Require feature="locked-domain">
    <Param name="participant">http://gadgets.another-example.com/SharedLockedDomainDemo1.xml</Param>
    <Param name="participant">http://gadgets.example.com/SharedLockedDomainDemo2.xml</Param>
  </Require>

...