org.apache.commons.monitoring.reporting.web.plugin.report.format
Interface Format

All Known Implementing Classes:
CSVFormat, HTMLFormat, JSONFormat, XMLFormat

public interface Format


Nested Class Summary
static interface Format.Defaults
           
 
Method Summary
 Template render(Map<String,?> params)
           
 String type()
           
 

Method Detail

type

String type()

render

Template render(Map<String,?> params)


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