org.jfox.mx.http
Class SimpleServlet

java.lang.Object
  extended byorg.jfox.mx.http.SimpleServlet
All Implemented Interfaces:
Command

public class SimpleServlet
extends java.lang.Object
implements Command

Created by IntelliJ IDEA. User: yangyong Date: 2003-7-28 Time: 11:29:36 To change this template use Options | File Templates.


Constructor Summary
SimpleServlet()
           
 
Method Summary
 java.lang.String doGet(java.util.Properties queryMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleServlet

public SimpleServlet()
Method Detail

doGet

public java.lang.String doGet(java.util.Properties queryMap)
                       throws java.lang.Exception
Specified by:
doGet in interface Command
Parameters:
queryMap - query parameters map
Returns:
Throws:
java.lang.Exception