com.ibm.mashups.enabler.theme
Interface Skin

All Superinterfaces:
com.ibm.mashups.enabler.DefaultLocalized, Identifiable, Localized, MetaData

public Skin
extends Identifiable, Localized, com.ibm.mashups.enabler.DefaultLocalized, MetaData

Interface that represents a skin; used in the SkinModel


Method Summary
 String getBaseUrl()
          Deprecated.  Since 2.0. Use ThemeModel/ResourceLocator findResourceURL instead
 String getPreviewUrl()
          Deprecated.  Use getPreviewURL instead.
 String getPreviewURL()
           Returns an image which can be used for preview urls
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 
Methods inherited from interface com.ibm.mashups.enabler.Localized
getLocales, getTitle, getTitles, getDescription, getDescriptions
 
Methods inherited from interface com.ibm.mashups.enabler.MetaData
getMetaDataNames, getMetaData
 

Method Detail

getBaseUrl

String getBaseUrl()
Deprecated.  Since 2.0. Use ThemeModel/ResourceLocator findResourceURL instead

Returns the base url of the skin

Returns:
base url of the skin. can never be null

getPreviewUrl

String getPreviewUrl()
Deprecated.  Use getPreviewURL instead.

Returns an image which can be used for preview urls

Returns:
url to an image; may be null

getPreviewURL

String getPreviewURL()
Returns an image which can be used for preview urls

Returns:
url to an image; may be null


Copyright IBM Corp. 2010 All Rights Reserved.