burger.pgfs
Class PGFServlet

java.lang.Object
  extended by HttpServlet
      extended by burger.pgfs.PGFServlet

public class PGFServlet
extends HttpServlet

Helper-Class implements the old pgfakt-server-functionaity reads file from absolute path and pipes it thru Parser.


Field Summary
 java.sql.Connection con
           
 java.io.OutputStream out
           
 Setup setup
           
 
Constructor Summary
PGFServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public java.io.OutputStream out

con

public java.sql.Connection con

setup

public Setup setup
Constructor Detail

PGFServlet

public PGFServlet()
Method Detail

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws java.io.IOException
Throws:
java.io.IOException