You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by ChadDavis <ch...@gmail.com> on 2009/12/10 19:33:52 UTC

handler instantiation

I'm writing a custom handler.  Jetty 6.1.  Is an instance of a handler
created for each request.  In other words, can I store stuff in
instance variables that pertains the logic of the handle method?   I'm
thinking not.

Re: handler instantiation

Posted by ChadDavis <ch...@gmail.com>.
Please ignore this post.  Sorry.

On Thu, Dec 10, 2009 at 11:33 AM, ChadDavis <ch...@gmail.com> wrote:
> I'm writing a custom handler.  Jetty 6.1.  Is an instance of a handler
> created for each request.  In other words, can I store stuff in
> instance variables that pertains the logic of the handle method?   I'm
> thinking not.
>