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.xhtmlMethods in com.atlassian.confluence.content.render.xhtml that return types with arguments of type MarshallerMetricsConsumerModifier and TypeMethodDescriptionConversionContext.getMarshallerMetricsConsumers()Returns the consumers ofMarshallerMetricsthat are associated with the current render.DefaultConversionContext.getMarshallerMetricsConsumers()Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallerMetricsConsumerModifier and TypeMethodDescriptionvoidConversionContext.addMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer) Adds a consumer ofMarshallerMetricsthat is associated with the current render.voidDefaultConversionContext.addMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer) booleanConversionContext.removeMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer) Removes a consumer ofMarshallerMetricsthat is associated with the current render.booleanDefaultConversionContext.removeMarshallerMetricsConsumer(MarshallerMetricsConsumer consumer)