You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Joel Trunick <Jo...@SmartPrice.com> on 2003/03/25 19:32:07 UTC

How to get RequestContext in IMonitor?

How do you get the RequestContext in an IMonitor? 

Joel

RE: How to get RequestContext in IMonitor?

Posted by "Howard M. Lewis Ship" <hl...@attbi.com>.
Right now you can't.  There's talk afoot of significantly changing the
IMonitor interface.

Your best best it to override AbstractEngine's getMonitor(RequestContext)
method, so that you get a new IMonitor instnace for each request.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/proposals/tapestry



> -----Original Message-----
> From: Joel Trunick [mailto:Joel@SmartPrice.com] 
> Sent: Tuesday, March 25, 2003 1:32 PM
> To: 'Tapestry users'
> Subject: How to get RequestContext in IMonitor?
> 
> 
> 
> How do you get the RequestContext in an IMonitor? 
> 
> Joel
>