Uses of Class
com.atlassian.gadgets.GadgetRequestContext.Builder

Packages that use GadgetRequestContext.Builder
com.atlassian.gadgets 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.Builder
 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 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.viewer(String viewer)
          Set the current user of the GadgetRequestContext under construction and return this Builder to allow further construction to be done.
 



Copyright © 2012 Atlassian. All Rights Reserved.