Uses of Interface
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsConsumer
Packages that use MarshallerMetricsConsumer
-
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 MarshallerMetricsConsumerModifier and TypeMethodDescriptionConversionContext.getMarshallerMetricsConsumers()
Returns the consumers ofMarshallerMetrics
that are associated with the current render.DefaultConversionContext.getMarshallerMetricsConsumers()
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallerMetricsConsumerModifier and TypeMethodDescriptionvoid
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)