Uses of Class
com.atlassian.gadgets.GadgetRequestContext
Packages that use GadgetRequestContext
Package
Description
This package contains the main APIs for interacting with gadgets.
This package contains the main APIs for interacting with dashboards and gadgets.
Contains classes related to Gadgets' Specification XML.
Contains classes related to the rendering and display of gadgets.
-
Uses of GadgetRequestContext in com.atlassian.gadgets
Fields in com.atlassian.gadgets declared as GadgetRequestContextModifier and TypeFieldDescriptionstatic final GadgetRequestContextGadgetRequestContext.NO_CURRENT_REQUESTMethods in com.atlassian.gadgets that return GadgetRequestContext -
Uses of GadgetRequestContext in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that return GadgetRequestContextModifier and TypeMethodDescriptionDashboardItemRepresentationService.RenderingContext.getRequestContext()Methods in com.atlassian.gadgets.dashboard with parameters of type GadgetRequestContextModifier and TypeMethodDescriptionDashboardItemRepresentationService.RenderingContext.editable(GadgetRequestContext requestContext, DashboardId dashboardId, DashboardState.ColumnIndex columnIndex) DashboardItemRepresentationService.RenderingContext.readOnly(GadgetRequestContext requestContext, DashboardId dashboardId, DashboardState.ColumnIndex columnIndex) -
Uses of GadgetRequestContext in com.atlassian.gadgets.dashboard.view
Methods in com.atlassian.gadgets.dashboard.view with parameters of type GadgetRequestContextModifier and TypeMethodDescriptionDashboardTabViewFactory.createDashboardView(Iterable<DashboardTab> tabs, DashboardState selectedTabDashboardState, String username, int maxGadgets, GadgetRequestContext gadgetRequestContext) Returns aViewComponentthat will render theDashboardStateandDashboardTabs customizing the view based on the permissions the user has to view/edit the dashboard and the specifiedLocale. -
Uses of GadgetRequestContext in com.atlassian.gadgets.directory
Methods in com.atlassian.gadgets.directory with parameters of type GadgetRequestContextModifier and TypeMethodDescriptionDirectory.getEntries(GadgetRequestContext gadgetRequestContext) Returns all the entries available, localized by thelocale.Directory.getEntries(GadgetRequestContext gadgetRequestContext, Directory.EntryScope entryScope) Returns all entries with the given scope. -
Uses of GadgetRequestContext in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec with parameters of type GadgetRequestContextModifier and TypeMethodDescriptionGadgetSpecFactory.getGadgetSpec(GadgetState gadgetState, GadgetRequestContext gadgetRequestContext) Create aGadgetSpecfrom aGadgetStateGadgetSpecFactory.getGadgetSpec(URI uri, GadgetRequestContext gadgetRequestContext) Create aGadgetSpecfrom a specURI -
Uses of GadgetRequestContext in com.atlassian.gadgets.view
Methods in com.atlassian.gadgets.view with parameters of type GadgetRequestContextModifier and TypeMethodDescriptionRenderedGadgetUriBuilder.build(GadgetState gadgetState, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext) Returns the URL to the rendered gadget.RenderedGadgetUriBuilder.build(GadgetState gadgetState, View view, GadgetRequestContext gadgetRequestContext) Deprecated.booleanGadgetViewFactory.canRenderInViewType(GadgetState state, ViewType viewType, GadgetRequestContext gadgetRequestContext) Returnstrueif the gadget represented bystatecan be rendered with the givenViewTypefor thelocalespecified in theGadgetRequestContext.GadgetViewFactory.createGadgetView(GadgetState state, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext) Returns aViewComponentthat will render theGadgetState, customizing the view based on theLocalespecified in theGadgetRequestContextand the desiredViewType.GadgetViewFactory.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext)
RenderedGadgetUriBuilder.build(GadgetState, ModuleId, View, GadgetRequestContext)