|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugins.gadgets.requestcontext.RequestContextBuilder
public class RequestContextBuilder
Used to abstract the process of obtaining a gadget request context.
Constructor Summary | |
---|---|
RequestContextBuilder(LocaleManager localeManager)
|
Method Summary | |
---|---|
com.atlassian.gadgets.GadgetRequestContext |
buildRequestContext(boolean ignoreCache)
Builds a GadgetRequestContext corresponding to the current user and their locale,
or the default locale for anonymous users. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestContextBuilder(LocaleManager localeManager)
Method Detail |
---|
public com.atlassian.gadgets.GadgetRequestContext buildRequestContext(boolean ignoreCache)
GadgetRequestContext
corresponding to the current user and their locale,
or the default locale for anonymous users.
ignoreCache
- whether or not to ignore shindig's cache when retrieving the data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |