org.apache.commons.monitoring.reporting.web.plugin.report.format
Class XMLFormat

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.report.format.XMLFormat
All Implemented Interfaces:
Format

public class XMLFormat
extends Object
implements Format


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.commons.monitoring.reporting.web.plugin.report.format.Format
Format.Defaults
 
Constructor Summary
XMLFormat()
           
 
Method Summary
 Template render(Map<String,?> params)
           
 String type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFormat

public XMLFormat()
Method Detail

render

public Template render(Map<String,?> params)
Specified by:
render in interface Format

type

public String type()
Specified by:
type in interface Format


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.