Uses of Class
com.atlassian.gadgets.GadgetRequestContext.Builder
Packages that use GadgetRequestContext.Builder
Package
Description
This package contains the main APIs for interacting with gadgets.
-
Uses of GadgetRequestContext.Builder in com.atlassian.gadgets
Methods in com.atlassian.gadgets that return GadgetRequestContext.BuilderModifier and TypeMethodDescriptionGadgetRequestContext.Builder.debug(boolean debug) Sets whether debugging should be enabled when rendering the gadget.static GadgetRequestContext.BuilderGadgetRequestContext.Builder.gadgetRequestContext()Get a new GadgetRequestContext Builder.GadgetRequestContextFactory.getBuilder(javax.servlet.http.HttpServletRequest request) Returns aGadgetRequestContext.Builderbased on the values in the specifiedrequest.GadgetRequestContext.Builder.ignoreCache(boolean ignoreCache) Set the cache setting of theGadgetRequestContextunder construction and return thisBuilderto allow further construction to be done.Set theLocaleof theGadgetRequestContextunder construction and return thisBuilderto allow further construction to be done.GadgetRequestContext.Builder.user(GadgetRequestContext.User user) Sets the current user.Set the current view of theGadgetRequestContextunder construction and return thisBuilderto allow further construction to be done.