|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SiteLogoManager
Method Summary | |
---|---|
SiteLogo |
getCurrent()
|
String |
getSiteLogoUrl()
|
void |
resetToDefault()
|
void |
uploadLogo(File logo,
String fileType)
Uploads and saves custom site logo. |
boolean |
useCustomLogo()
|
Method Detail |
---|
void uploadLogo(File logo, String fileType) throws IOException
logo
- custom logo filefileType
- file type
UnsupportedOperationException
- if the fileType is not supported. PNG, JPG and GIF images are the only supported formats.
IOException
- if resizing logo failsString getSiteLogoUrl()
SiteLogo getCurrent()
void resetToDefault()
boolean useCustomLogo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |