Class EmbeddedObject
- java.lang.Object
-
- com.atlassian.confluence.renderer.embedded.EmbeddedObject
-
public class EmbeddedObject extends Object
Represents an object to be embedded onto a page
-
-
Constructor Summary
Constructors Constructor Description EmbeddedObject(Attachment attachment, Map<String,Object> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attachment
getAttachment()
String
getContentType()
String
getFileExtension()
Map<String,Object>
getProperties()
-
-
-
Constructor Detail
-
EmbeddedObject
public EmbeddedObject(Attachment attachment, Map<String,Object> properties)
-
-