Package net.i2p.router.web.servlets
Class CodedIconRendererServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.i2p.router.web.servlets.CodedIconRendererServlet
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
Serve plugin icons, at /Plugins/pluginicon?plugin=foo
- Since:
- 0.9.25
- Author:
- cacapo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGet(HttpServletRequest srq, HttpServletResponse srs) Methods 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, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
CodedIconRendererServlet
public CodedIconRendererServlet()
-
-
Method Details
-
doGet
protected void doGet(HttpServletRequest srq, HttpServletResponse srs) throws ServletException, IOException - Overrides:
doGetin classHttpServlet- Throws:
ServletExceptionIOException
-