[Seaside-dev] Exploring the WACallbackRegistry: how?

Johan Brichau johan at inceptive.be
Mon Aug 25 14:12:17 UTC 2014


Hi Phil,

You can access the WACallbackRegistry instance for the current continuation as follows:

	renderContentOn: html
		html callbacks inspect.

If you want to get access to the WACallbackRegistry instances of other continuations of the same session: inspect the continuations instvar of a WASession instance (which you get via “self session”).
You can get to the callback registry from there.

Johan

On 24 Aug 2014, at 23:09, phil at highoctane.be wrote:

> I'd like to see what's in the callback registry for a given session.
> 
> How can I do that?
> 
> TIA
> Phil
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside-dev mailing list