com.atlassian.confluence.plugins.lookandfeel
Class SiteLogo

java.lang.Object
  extended by com.atlassian.confluence.plugins.lookandfeel.SiteLogo

public class SiteLogo
extends Object


Constructor Summary
SiteLogo(String url)
           
SiteLogo(String url, InputStream content)
           
 
Method Summary
static SiteLogo createFromAttachment(Attachment attachment)
           
 InputStream getContent()
           
 String getDownloadPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteLogo

public SiteLogo(String url)

SiteLogo

public SiteLogo(String url,
                InputStream content)
Method Detail

getDownloadPath

public String getDownloadPath()

getContent

public InputStream getContent()

createFromAttachment

public static SiteLogo createFromAttachment(Attachment attachment)


Copyright © 2003-2013 Atlassian. All Rights Reserved.