com.atlassian.confluence.renderer.embedded
Class EmbeddedObject

java.lang.Object
  extended by com.atlassian.confluence.renderer.embedded.EmbeddedObject

public class EmbeddedObject
extends java.lang.Object

Represents an object to be embedded onto a page


Constructor Summary
EmbeddedObject(Attachment attachment, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 
Method Summary
 Attachment getAttachment()
           
 java.lang.String getContentType()
           
 java.lang.String getFileExtension()
           
 java.util.Map<java.lang.String,java.lang.Object> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedObject

public EmbeddedObject(Attachment attachment,
                      java.util.Map<java.lang.String,java.lang.Object> properties)
Method Detail

getAttachment

public Attachment getAttachment()

getProperties

public java.util.Map<java.lang.String,java.lang.Object> getProperties()

getContentType

public java.lang.String getContentType()

getFileExtension

public java.lang.String getFileExtension()


Copyright © 2003-2013 Atlassian. All Rights Reserved.