Under Construction!
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 | ||||
---|---|---|---|---|
| ||||
<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> |
...