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 boolean
equals(Object o)
String
getBody()
Streamable
getBodyStream()
String
getRef()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
InlineCommentMarker
public InlineCommentMarker(String ref, Streamable body)
-
-
Method Detail
-
getRef
public String getRef()
-
getBodyStream
public Streamable getBodyStream()
-
getBody
public String getBody()
-
-