The disco registration process for items of the server can be rather confusing if an item can be added or removed dynamically. Streamline this process so that the desired result of a component being completly added or removed can be achieved easily and transparently... And not cause recurring issues.
Environment
None
Activity
Show:
Alex Wenckus April 21, 2006 at 9:16 AM
This required a minor API change: the addServerItemsProvider method was changed from private to public. and a new removeServerItemsProvider method was added.
The disco registration process for items of the server can be rather confusing if an item can be added or removed dynamically. Streamline this process so that the desired result of a component being completly added or removed can be achieved easily and transparently... And not cause recurring issues.