Class TrackTileServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.deltava.servlet.GenericServlet
org.deltava.servlet.TileServlet
org.deltava.servlet.TrackTileServlet
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
A servlet to display ACARS track tiles.
- Since:
- 5.0
- Version:
- 12.0
- Author:
- Luke
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.deltava.servlet.TileServlet
TileServlet.TileAddress5DNested classes/interfaces inherited from class org.deltava.servlet.GenericServlet
GenericServlet.ForbiddenException, GenericServlet.NotFoundException, GenericServlet.ServletSecurityContext -
Field Summary
Fields inherited from class org.deltava.servlet.TileServlet
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(HttpServletRequest req, HttpServletResponse rsp) Processes HTTP GET requests for images.Methods inherited from class org.deltava.servlet.TileServlet
getTileAddress, init, writeTileMethods inherited from class org.deltava.servlet.GenericServlet
getURLMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
-
Constructor Details
-
TrackTileServlet
public TrackTileServlet()
-
-
Method Details
-
getServletInfo
- Specified by:
getServletInfoin interfaceServlet- Overrides:
getServletInfoin classGenericServlet
-
doGet
Processes HTTP GET requests for images.- Overrides:
doGetin classHttpServlet- Parameters:
req- the HTTP requestrsp- the HTTP response- Throws:
IOException- if a network I/O error occurs
-