| Package | Description |
|---|---|
| com.atlassian.confluence.content.render.xhtml |
| Modifier and Type | Method and Description |
|---|---|
Set<MarshallerMetricsConsumer> |
DefaultConversionContext.getMarshallerMetricsConsumers() |
Set<MarshallerMetricsConsumer> |
ConversionContext.getMarshallerMetricsConsumers()
Returns the consumers of
MarshallerMetrics
that are associated with the current render. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConversionContext.addMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer) |
void |
ConversionContext.addMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer)
Adds a consumer of
MarshallerMetrics
that is associated with the current render. |
boolean |
DefaultConversionContext.removeMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer) |
boolean |
ConversionContext.removeMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer)
Removes a consumer of
MarshallerMetrics
that is associated with the current render. |
Copyright © 2003–2019 Atlassian. All rights reserved.