Package net.i2p.imagegen
Class RandomArtServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.i2p.imagegen.RandomArtServlet
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class RandomArtServlet extends HttpServlet
This servlet generates random art (visual identifier) images.
- Since:
- 0.9.25
- Author:
- modified from identicon
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RandomArtServlet()
-
Method Summary
Modifier and Type Method Description protected void
doGet(HttpServletRequest request, HttpServletResponse response)
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, 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
-
Constructor Details
-
RandomArtServlet
public RandomArtServlet()
-
-
Method Details
-
doGet
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException- Overrides:
doGet
in classHttpServlet
- Throws:
ServletException
IOException
-