org.apache.shindig.gadgets.servlet
Interface GadgetsHandlerApi.ModulePrefs

Enclosing class:
GadgetsHandlerApi

public static interface GadgetsHandlerApi.ModulePrefs


Method Summary
 String getAuthor()
           
 String getAuthorAboutme()
           
 String getAuthorAffiliation()
           
 String getAuthorEmail()
           
 Uri getAuthorLink()
           
 String getAuthorLocation()
           
 Uri getAuthorPhoto()
           
 String getAuthorQuote()
           
 List<String> getCategories()
           
 String getDescription()
           
 String getDirectoryTitle()
           
 Map<String,GadgetsHandlerApi.Feature> getFeatures()
           
 int getHeight()
           
 Map<String,GadgetsHandlerApi.LinkSpec> getLinks()
           
 boolean getScaling()
           
 Uri getScreenshot()
           
 boolean getScrolling()
           
 Uri getThumbnail()
           
 String getTitle()
           
 Uri getTitleUrl()
           
 int getWidth()
           
 

Method Detail

getTitle

String getTitle()

getTitleUrl

Uri getTitleUrl()

getDescription

String getDescription()

getAuthor

String getAuthor()

getAuthorEmail

String getAuthorEmail()

getScreenshot

Uri getScreenshot()

getThumbnail

Uri getThumbnail()

getDirectoryTitle

String getDirectoryTitle()

getAuthorAffiliation

String getAuthorAffiliation()

getAuthorLocation

String getAuthorLocation()

getAuthorPhoto

Uri getAuthorPhoto()

getAuthorAboutme

String getAuthorAboutme()

getAuthorQuote

String getAuthorQuote()

getAuthorLink

Uri getAuthorLink()

getScaling

boolean getScaling()

getScrolling

boolean getScrolling()

getWidth

int getWidth()

getHeight

int getHeight()

getCategories

List<String> getCategories()

getFeatures

Map<String,GadgetsHandlerApi.Feature> getFeatures()

getLinks

Map<String,GadgetsHandlerApi.LinkSpec> getLinks()


Copyright © 2007-2012. All Rights Reserved.