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 ofMarshallerMetricsthat 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 voidConversionContext. 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)
-