public class FaviconServlet
extends javax.servlet.http.HttpServlet
This servlet expects the web application to have the images/server_16x16.gif file that is used when no favicon is found.
| Constructor and Description |
|---|
FaviconServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve the image based on it's name.
|
void |
init(javax.servlet.ServletConfig config) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletrequest - the httpservletrequest.response - the httpservletresponse.javax.servlet.ServletExceptionIOExceptionCopyright © 2003-2008 Jive Software.