On Mon, 20 Jun 2011 13:54:29 -0300, aniro wrote:
Hi everyone,
Hi!
I'm working on some small application, and I need to register every
user action into a proprietary module. I need to record the total time
consumed by a request, the action that triggered the event and some http
para
The TimingFilter is part of the tapestry quickstart project. Here's mine:
public RequestFilter buildTimingFilter(final Logger log)
{
return new RequestFilter() {
@Override
public boolean service(Request request, Response response,
RequestHandler handler) throws IOException {