public class AggregatingContentTemplate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGGREGATING_CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
AggregatingContentTemplate |
appendContext(ReportContext context) |
AggregatingContentTemplate |
appendCounter(int counter) |
java.util.HashMap<java.lang.String,java.io.Serializable> |
build() |
static AggregatingContentTemplate |
createContent(Report originalReport) |
public static final java.lang.String AGGREGATING_CONTENT_TYPE
public static AggregatingContentTemplate createContent(Report originalReport)
public AggregatingContentTemplate appendContext(ReportContext context)
public AggregatingContentTemplate appendCounter(int counter)
public java.util.HashMap<java.lang.String,java.io.Serializable> build()