org.makumba.devel
Class DataQueryServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.makumba.devel.DataServlet
              extended by org.makumba.devel.DataQueryServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class DataQueryServlet
extends DataServlet

This class implements a query interface in OQL to the database. Results are displayed and can then be shown with

Version:
$Id: DataQueryServlet.java 4665 2010-03-31 19:29:14Z manuel_gay $
Author:
Rudolf Mayer
See Also:
Serialized Form

Field Summary
 int QUERY_LANGUAGE_HQL
           
 int QUERY_LANGUAGE_OQL
           
protected static long serialVersionUID
           
 
Fields inherited from class org.makumba.devel.DataServlet
browsePath, contextPath, dataPointer, logger, MODE_CONVERTOR, MODE_LIST, MODE_QUERY, MODE_VIEW, toolLocation, type, virtualPath
 
Constructor Summary
DataQueryServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.makumba.devel.DataServlet
getAllFieldDefinitions, separateFieldTypes, writePageContentHeader
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values

QUERY_LANGUAGE_OQL

public final int QUERY_LANGUAGE_OQL
See Also:
Constant Field Values

QUERY_LANGUAGE_HQL

public final int QUERY_LANGUAGE_HQL
See Also:
Constant Field Values
Constructor Detail

DataQueryServlet

public DataQueryServlet()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Overrides:
doGet in class DataServlet
Throws:
ServletException
IOException