public class IconServlet
extends HttpServlet
Iconic
interface
provides binary image data, not a file that the container can serve
directly.Constructor and Description |
---|
IconServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
long |
getLastModified(HttpServletRequest request) |
void |
init(ServletConfig config) |
public void init(ServletConfig config) throws ServletException
ServletException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletException
IOException
public long getLastModified(HttpServletRequest request)