vle
Class VLEServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by vle.VLEServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
VLEGetData, VLEGetStatistics, VLEGetSVGDraw, VLEGetXLS, VLEJournalController, VLEJournalServlet, VLEPostData

public class VLEServlet
extends javax.servlet.http.HttpServlet

Parent class of all servlets relating to VLE.

Author:
hirokiterashima
See Also:
Serialized Form

Field Summary
protected static Connection conn
           
protected static String CREATE_VLE_VISTS_TABLE_SQL
           
protected static Statement stmt
           
 
Constructor Summary
VLEServlet()
           
 
Method Summary
protected static void createConnection()
           
static void main(String[] args)
           
protected static void shutdown()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, 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

CREATE_VLE_VISTS_TABLE_SQL

protected static final String CREATE_VLE_VISTS_TABLE_SQL
See Also:
Constant Field Values

conn

protected static Connection conn

stmt

protected static Statement stmt
Constructor Detail

VLEServlet

public VLEServlet()
Method Detail

createConnection

protected static void createConnection()

shutdown

protected static void shutdown()

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.