public class GadgetContext extends Object
| Constructor and Description |
|---|
GadgetContext() |
GadgetContext(GadgetContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainer() |
boolean |
getDebug() |
String |
getHost() |
boolean |
getIgnoreCache() |
Locale |
getLocale() |
int |
getModuleId() |
String |
getParameter(String name) |
RenderingContext |
getRenderingContext() |
SecurityToken |
getToken() |
Uri |
getUrl() |
String |
getUserAgent() |
String |
getUserIp() |
UserPrefs |
getUserPrefs() |
String |
getView() |
public GadgetContext()
public GadgetContext(GadgetContext delegate)
public String getParameter(String name)
name - The parameter to get data for.public Uri getUrl()
public int getModuleId()
public Locale getLocale()
public RenderingContext getRenderingContext()
public boolean getIgnoreCache()
public String getContainer()
public String getHost()
public String getUserIp()
public boolean getDebug()
public String getView()
public UserPrefs getUserPrefs()
public SecurityToken getToken()
public String getUserAgent()
Copyright © 2007-2012. All Rights Reserved.