Hi All,

Common container currently supports a one-time bulk preload of gadget metadata 
and security tokens via the opt_config parameter passed to the Container 
constructor, however it would also be useful to have a way to incrementally 
preload this data as well.

We're currently doing this in Apache Rave by calling the private 
container.preloadFromConfig_ function for each of our gadgets before calling 
container.navigateGadget which seems to work just fine, but we obviously don't 
want to continue to rely on a private function.

Would anyone be opposed to a patch to making the preloadFromConfig_ function 
public and adding it as part of the formal common container specification?

Thanks,

--Jesse

Reply via email to