Uses of Class
com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
-
-
Uses of InlineCommentMarker in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker that return InlineCommentMarker Modifier and Type Method Description InlineCommentMarkerEditorInlineCommentMarkerUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of InlineCommentMarker in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker that return InlineCommentMarker Modifier and Type Method Description InlineCommentMarkerStorageInlineCommentMarkerUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker with parameters of type InlineCommentMarker Modifier and Type Method Description StreamableStorageInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) -
Uses of InlineCommentMarker in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker with parameters of type InlineCommentMarker Modifier and Type Method Description StreamableViewInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) -
Uses of InlineCommentMarker in com.atlassian.confluence.diff.marshallers
Methods in com.atlassian.confluence.diff.marshallers with parameters of type InlineCommentMarker Modifier and Type Method Description StreamableDiffInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext)
-