Uses of Class
com.atlassian.gadgets.view.ModuleId
Packages that use ModuleId
Package
Description
Contains classes related to the rendering and display of gadgets.
-
Uses of ModuleId in com.atlassian.gadgets.view
Methods in com.atlassian.gadgets.view that return ModuleIdModifier and TypeMethodDescriptionstatic ModuleIdModuleId.valueOf(long id) Converts thelongvalue to aModuleIdobject.static ModuleIdConverts theStringvalue to aModuleIdobject.Methods in com.atlassian.gadgets.view with parameters of type ModuleIdModifier and TypeMethodDescriptionRenderedGadgetUriBuilder.build(GadgetState gadgetState, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext) Returns the URL to the rendered gadget.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.