org.apache.shindig.gadgets.servlet
Class GadgetsHandlerApi

java.lang.Object
  extended by org.apache.shindig.gadgets.servlet.GadgetsHandlerApi

public class GadgetsHandlerApi
extends Object

Gadget Handler Interface data. Classes in here specify the API data. Please do not reference run time classes, instead create new interface (keep imports clean!). Please avoid changes if possible, you might break external system that depend on the API.

Since:
2.0.0

Nested Class Summary
static interface GadgetsHandlerApi.BaseRequest
           
static interface GadgetsHandlerApi.BaseResponse
           
static interface GadgetsHandlerApi.EnumValuePair
           
static interface GadgetsHandlerApi.Feature
           
static interface GadgetsHandlerApi.LinkSpec
           
static interface GadgetsHandlerApi.MetadataRequest
           
static interface GadgetsHandlerApi.MetadataResponse
           
static interface GadgetsHandlerApi.ModulePrefs
           
static interface GadgetsHandlerApi.TokenData
           
static interface GadgetsHandlerApi.TokenRequest
           
static interface GadgetsHandlerApi.TokenResponse
           
static interface GadgetsHandlerApi.UserPref
           
static class GadgetsHandlerApi.UserPrefDataType
           
static interface GadgetsHandlerApi.View
           
static class GadgetsHandlerApi.ViewContentType
           
 
Constructor Summary
GadgetsHandlerApi()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetsHandlerApi

public GadgetsHandlerApi()


Copyright © 2007-2012. All Rights Reserved.