| java.lang.Object |
| ↳ |
com.atlassian.confluence.plugins.gadgets.requestcontext.RequestContextBuilder |
Class Overview
Used to abstract the process of obtaining a gadget request context.
Summary
| Public Methods |
|
GadgetRequestContext
|
buildRequestContext(boolean ignoreCache)
Builds a com.atlassian.gadgets.GadgetRequestContext corresponding to the current user and their locale,
or the default locale for anonymous users.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
GadgetRequestContext
buildRequestContext
(boolean ignoreCache)
Builds a com.atlassian.gadgets.GadgetRequestContext corresponding to the current user and their locale,
or the default locale for anonymous users.
Parameters
| ignoreCache
| whether or not to ignore shindig's cache when retrieving the data |
Returns
- the gadget request context