The simple approach is to use the http://tapestry.apache.org/tapestry4/tapestry/hivedocs/service/tapestry.state.ApplicationStateManager.html
service, either autowired or specifically set to your interceptor service.

Another version which I use is create one hivemind service with getters for all of your state objects - the implemntation uses again the service mentioned above, but I like it because its easy to maintain.

Cheers,
Ron


Kosarev A.V. wrote:
Hi all!

How I can receive tapestry state object (e.g. visit object) in hivemind
interceptor?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to