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

All Superinterfaces:
GadgetsHandlerApi.BaseRequest
All Known Implementing Classes:
GadgetsHandler.MetadataRequestData
Enclosing class:
GadgetsHandlerApi

public static interface GadgetsHandlerApi.MetadataRequest
extends GadgetsHandlerApi.BaseRequest


Method Summary
 boolean getDebug()
           
 boolean getIgnoreCache()
           
 Locale getLocale()
           
 GadgetsHandlerApi.TokenData getToken()
           
 String getView()
           
 
Methods inherited from interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseRequest
getContainer, getFields, getUrl
 

Method Detail

getLocale

Locale getLocale()

getIgnoreCache

boolean getIgnoreCache()

getDebug

boolean getDebug()

getView

String getView()

getToken

GadgetsHandlerApi.TokenData getToken()


Copyright © 2007-2012. All Rights Reserved.