com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker
Class InlineCommentMarker

java.lang.Object
  extended by 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
InlineCommentMarker(String ref, Streamable body)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBody()
           
 Streamable getBodyStream()
           
 String getRef()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InlineCommentMarker

public InlineCommentMarker(String ref,
                           Streamable body)
Method Detail

getRef

public String getRef()

getBodyStream

public Streamable getBodyStream()

getBody

public String getBody()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.