Hi
I have a strange question.
Suppose you need to execute code really at the end of server interaction. So, if i use jsp, i need to execute it AFTER the rendering of the page.
There is a way to execute it?
i tried after this pointcut
@Pointcut("@annotation(org.springframework.web.bin d.annotation.RequestMapping)")
but it leave me just after the "return ModelAndView". I need to get the very end of the server session.
Maybe it's absurd, but there is a way? Thanks anticipately![]()


Reply With Quote
