com.atlassian.confluence.renderer.embedded
Class EmbeddedObject

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

public class EmbeddedObject
extends Object

Represents an object to be embedded onto a page


Constructor Summary
EmbeddedObject(Attachment attachment, Map<String,Object> properties)
           
 
Method Summary
 Attachment getAttachment()
           
 String getContentType()
           
 String getFileExtension()
           
 Map<String,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,
                      Map<String,Object> properties)
Method Detail

getAttachment

public Attachment getAttachment()

getProperties

public Map<String,Object> getProperties()

getContentType

public String getContentType()

getFileExtension

public String getFileExtension()


Copyright © 2003-2013 Atlassian. All Rights Reserved.