| Package | Description |
|---|---|
| com.atlassian.gadgets |
This package contains the main APIs for interacting with gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
GadgetRequestContext.Builder |
GadgetRequestContext.Builder.debug(boolean debug)
Sets whether debugging should be enabled when rendering the gadget.
|
static GadgetRequestContext.Builder |
GadgetRequestContext.Builder.gadgetRequestContext()
Get a new GadgetRequestContext Builder.
|
GadgetRequestContext.Builder |
GadgetRequestContextFactory.getBuilder(javax.servlet.http.HttpServletRequest request)
Returns a
GadgetRequestContext.Builder based on the values in
the specified request. |
GadgetRequestContext.Builder |
GadgetRequestContext.Builder.ignoreCache(boolean ignoreCache)
Set the cache setting of the
GadgetRequestContext under construction and return this Builder
to allow further construction to be done. |
GadgetRequestContext.Builder |
GadgetRequestContext.Builder.locale(Locale locale)
Set the
Locale of the GadgetRequestContext under construction and return this Builder
to allow further construction to be done. |
GadgetRequestContext.Builder |
GadgetRequestContext.Builder.user(GadgetRequestContext.User user)
Sets the current user.
|
GadgetRequestContext.Builder |
GadgetRequestContext.Builder.view(View view)
Set the current view of the
GadgetRequestContext under construction and return this Builder
to allow further construction to be done. |
Copyright © 2024 Atlassian. All rights reserved.