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

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

public class HTMLFormat
extends MapFormat
implements Format


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

Constructor Detail

HTMLFormat

public HTMLFormat()
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.