com.arsdigita.webdevsupport
Class QueryLog

java.lang.Object
  extended bycom.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)

Field Summary
 
Fields inherited from interface com.arsdigita.dispatcher.Dispatcher
versionId
 
Constructor Summary
QueryLog()
           
 
Method Summary
 void dispatch(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, RequestContext ctx)
          Dispatches this request.
static String substituteSQL(QueryInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryLog

public QueryLog()
Method Detail

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 object
resp - the servlet response object
ctx - 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 21 2004:2337 UTC