com.croftsoft.apps.ajgp.http
Class ScoreServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.croftsoft.core.servlet.HttpGatewayServlet
com.croftsoft.apps.ajgp.http.ScoreServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public final class ScoreServlet
- extends HttpGatewayServlet
High score servlet.
- Since:
- 2003-06-01
- Version:
- $Date: 2008/04/19 21:30:59 $
- See Also:
- Serialized Form
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScoreServlet
public ScoreServlet()
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface Servlet
- Overrides:
getServletInfo
in class GenericServlet
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
serve
protected Object serve(Object request)
- Overrides:
serve
in class HttpGatewayServlet
CroftSoft Apps Javadoc (2008-09-28 21:15:07)