org.apache.excalibur.instrument.manager.http
Class FavIconHandler
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.excalibur.instrument.AbstractLogEnabledInstrumentable
org.apache.excalibur.instrument.manager.http.server.AbstractHTTPURLHandler
org.apache.excalibur.instrument.manager.http.FavIconHandler
- All Implemented Interfaces:
- LogEnabled, Instrumentable, HTTPURLHandler
public class FavIconHandler
- extends AbstractHTTPURLHandler
Serves up a favicon.ico file.
- Since:
- 4.1
- Version:
- CVS $Revision: 1.9 $ $Date: 2004/03/06 14:01:28 $
- Author:
- Avalon Development Team
Methods inherited from class org.apache.excalibur.instrument.manager.http.server.AbstractHTTPURLHandler |
getBooleanParameter, getBooleanParameter, getContentType, getEncoding, getIntegerParameter, getIntegerParameter, getIntegerParameters, getLongParameter, getLongParameter, getLongParameters, getParameter, getParameter, getParameters, getPath, handleRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FavIconHandler
public FavIconHandler()
- Creates a new FavIconHandler.
doGet
public void doGet(String path,
Map parameters,
OutputStream os)
throws IOException
- Handles the specified request.
- Specified by:
doGet
in class AbstractHTTPURLHandler
- Parameters:
The
- full path being handled.parameters
- A Map of the parameters in the request.os
- The OutputStream to write the result to.
- Throws:
IOException
Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.