org.apache.excalibur.instrument.manager.http
Class XMLSnapshotHandler
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.server.AbstractHTTPURLPrintWriterHandler
org.apache.excalibur.instrument.manager.http.AbstractHandler
org.apache.excalibur.instrument.manager.http.AbstractXMLHandler
org.apache.excalibur.instrument.manager.http.XMLSnapshotHandler
- All Implemented Interfaces:
- LogEnabled, Instrumentable, HTTPURLHandler
public class XMLSnapshotHandler
- extends AbstractXMLHandler
- Since:
- 4.1
- Version:
- CVS $Revision: 1.5 $ $Date: 2004/03/06 14:01:28 $
- Author:
- Avalon Development Team
Methods inherited from class org.apache.excalibur.instrument.manager.http.AbstractXMLHandler |
makeSafeAttribute, outputInstrument, outputInstrumentable, outputInstrumentableBrief, outputInstrumentBrief, outputInstrumentManager, outputLine, outputSample, outputSampleBrief, outputSampleHistory, replaceToken |
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 |
XMLSnapshotHandler
public XMLSnapshotHandler(DefaultInstrumentManager manager,
InstrumentManagerHTTPConnector connector)
- Creates a new XMLSnapshotHandler.
- Parameters:
manager
- Reference to the DefaultInstrumentManager.connector
- The InstrumentManagerHTTPConnector.
doGet
public void doGet(String path,
Map parameters,
PrintWriter out)
throws IOException
- Handles the specified request.
- Specified by:
doGet
in class AbstractHTTPURLPrintWriterHandler
- Parameters:
The
- full path being handled.parameters
- A Map of the parameters in the request.os
- The PrintWriter to write the result to.
- Throws:
IOException
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.