Class InlineCommentMarker
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
-
public class InlineCommentMarker extends Object
The in-memory representation of an inline comment marker for working with storage format
-
-
Constructor Summary
Constructors Constructor Description InlineCommentMarker(String ref, Streamable body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBody()StreamablegetBodyStream()StringgetRef()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
InlineCommentMarker
public InlineCommentMarker(String ref, Streamable body)
-
-
Method Detail
-
getRef
public String getRef()
-
getBodyStream
public Streamable getBodyStream()
-
getBody
public String getBody()
-
-