Uses of Interface
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsConsumer
-
Packages that use MarshallerMetricsConsumer Package Description com.atlassian.confluence.content.render.xhtml -
-
Uses of MarshallerMetricsConsumer in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return types with arguments of type MarshallerMetricsConsumer Modifier and Type Method Description Set<MarshallerMetricsConsumer>
ConversionContext. getMarshallerMetricsConsumers()
Returns the consumers ofMarshallerMetrics
that are associated with the current render.Set<MarshallerMetricsConsumer>
DefaultConversionContext. getMarshallerMetricsConsumers()
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallerMetricsConsumer Modifier and Type Method Description void
ConversionContext. addMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer)
Adds a consumer ofMarshallerMetrics
that is associated with the current render.void
DefaultConversionContext. addMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer)
boolean
ConversionContext. removeMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer)
Removes a consumer ofMarshallerMetrics
that is associated with the current render.boolean
DefaultConversionContext. removeMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer)
-