public class GadgetContext extends Object
| Constructor and Description |
|---|
GadgetContext() |
GadgetContext(GadgetContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCajoled() |
String |
getContainer() |
boolean |
getDebug() |
String |
getHost() |
String |
getHostSchema() |
boolean |
getIgnoreCache() |
Locale |
getLocale() |
long |
getModuleId() |
String |
getParameter(String name) |
String |
getReferer() |
RenderingContext |
getRenderingContext() |
String |
getRepository() |
boolean |
getSanitize() |
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 long getModuleId()
public Locale getLocale()
public RenderingContext getRenderingContext()
public boolean getIgnoreCache()
public String getContainer()
public String getHost()
public String getHostSchema()
public String getUserIp()
public boolean getDebug()
public String getView()
public UserPrefs getUserPrefs()
public SecurityToken getToken()
public String getUserAgent()
public boolean getSanitize()
public boolean getCajoled()
public String getRepository()
public String getReferer()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.