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
public class CodedIconRendererServlet extends HttpServlet
Serve plugin icons, at /Plugins/pluginicon?plugin=foo
- Since:
- 0.9.25
- Author:
- cacapo
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CodedIconRendererServlet()
-
Method Summary
Modifier and Type Method Description protected void
doGet(HttpServletRequest srq, HttpServletResponse srs)
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
-
CodedIconRendererServlet
public CodedIconRendererServlet()
-
-
Method Details
-
doGet
protected void doGet(HttpServletRequest srq, HttpServletResponse srs) throws ServletException, IOException- Overrides:
doGet
in classHttpServlet
- Throws:
ServletException
IOException
-