com.arsdigita.webdevsupport
Class QueryLog
java.lang.Object
com.arsdigita.webdevsupport.QueryLog
- All Implemented Interfaces:
- Dispatcher
- public class QueryLog
- extends Object
- implements Dispatcher
Print out all queries in a request
- Version:
- 1.0
- Author:
- Daniel Berrange (berrange@redhat.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryLog
public QueryLog()
dispatch
public void dispatch(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx)
throws IOException,
javax.servlet.ServletException
- Description copied from interface:
Dispatcher
- Dispatches this request.
- Specified by:
dispatch
in interface Dispatcher
- Parameters:
req
- the servlet request objectresp
- the servlet response objectctx
- the request context
- Throws:
javax.servlet.ServletException
- may be thrown by the
dispatcher to propagate a generic error to its caller
IOException
- may be thrown by the dispatcher
to indicate an I/O error
substituteSQL
public static String substituteSQL(QueryInfo info)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC