public class PreparedGadget extends Object implements Comparable<PreparedGadget>
| Constructor and Description |
|---|
PreparedGadget(GadgetSpec gadgetSpec,
OpenSocialManager helper,
int moduleId,
String securityToken) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PreparedGadget other) |
int |
getAppId() |
String |
getCanvasURL() |
String |
getChromeId() |
GadgetSpec |
getGadgetSpec() |
String |
getGadgetURL() |
int |
getModuleId() |
String |
getName() |
String |
getOptParams() |
String |
getSecurityToken() |
String |
getView() |
String |
toString() |
public PreparedGadget(GadgetSpec gadgetSpec, OpenSocialManager helper, int moduleId, String securityToken)
public int compareTo(PreparedGadget other)
compareTo in interface Comparable<PreparedGadget>public GadgetSpec getGadgetSpec()
public String getSecurityToken()
public int getAppId()
public String getName()
public int getModuleId()
public String getGadgetURL()
public String getView()
public String getChromeId()
public String getOptParams()
public String getCanvasURL() throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2022. All rights reserved.