@WebServlet(description="Returns the requested resource doGet()",
urlPatterns={"/SIMRacingApps","/SIMRacingApps/*"},
loadOnStartup=1)
public class SIMRacingApps
extends javax.servlet.http.HttpServlet
Example(s):
http://localhost/SIMRacingApps/com/SIMRacingApps/Tracks/daytona_oval.json
http://localhost/SIMRacingApps/com/SIMRacingApps/Tracks/daytona.png
| Constructor and Description |
|---|
SIMRacingApps() |
| Modifier and Type | Method and Description |
|---|---|
void |
distroy() |
void |
init(javax.servlet.ServletConfig config) |
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void distroy()
throws javax.servlet.ServletException
javax.servlet.ServletException