org.apache.sirona.reporting.web.plugin.report.format
Class HTMLFormat

java.lang.Object
  extended by org.apache.sirona.reporting.web.plugin.report.format.MapFormat
      extended by org.apache.sirona.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.sirona.reporting.web.plugin.report.format.Format
Format.Defaults
 
Field Summary
static String NUMBER_FORMAT
           
 
Fields inherited from class org.apache.sirona.reporting.web.plugin.report.format.MapFormat
ATTRIBUTES_ORDERED_LIST, ENCODING
 
Constructor Summary
HTMLFormat()
           
 
Method Summary
 Template render(Map<String,?> params)
           
 String type()
           
 
Methods inherited from class org.apache.sirona.reporting.web.plugin.report.format.MapFormat
buildMetricDataHeader, format, generateCounterKeyString, generateLine, snapshot, snapshotByPath, timeUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBER_FORMAT

public static final String NUMBER_FORMAT
See Also:
Constant Field Values
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.