org.apache.excalibur.instrument.manager.http
Class SampleChartHandler
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.SampleChartHandler
- All Implemented Interfaces:
- LogEnabled, Instrumentable, HTTPURLHandler
public class SampleChartHandler
- extends AbstractHTTPURLHandler
- 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 |
SampleChartHandler
public SampleChartHandler(DefaultInstrumentManager manager,
int width,
int height,
boolean antialias)
- Creates a new SampleChartHandler.
- Parameters:
manager
- Reference to the instrument manager interface.width
- Default image width.height
- Default image height.antialias
- True if the default antialias parameter should be true.
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.