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