atavism.server.engine
Class JukeboxWebEngine
java.lang.Object
HttpServlet
atavism.server.engine.JukeboxWebEngine
public class JukeboxWebEngine
- extends HttpServlet
Method Summary |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse res)
|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res)
|
java.lang.String |
getServletInfo()
|
void |
init(ServletConfig config)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JukeboxWebEngine
public JukeboxWebEngine()
init
public void init(ServletConfig config)
throws ServletException
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
getServletInfo
public java.lang.String getServletInfo()