vle
Class VLEServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
| 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 |
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
VLEServlet
public VLEServlet()
createConnection
protected static void createConnection()
shutdown
protected static void shutdown()
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.