Uses of Class
com.atlassian.gadgets.view.ModuleId

Packages that use ModuleId
com.atlassian.gadgets.view 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 ModuleId
static ModuleId ModuleId.valueOf(long id)
          Converts the long value to a ModuleId object.
static ModuleId ModuleId.valueOf(String id)
          Converts the String value to a ModuleId object.
 

Methods in com.atlassian.gadgets.view with parameters of type ModuleId
 URI RenderedGadgetUriBuilder.build(GadgetState gadgetState, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext)
          Returns the URL to the rendered gadget.
 ViewComponent GadgetViewFactory.createGadgetView(GadgetState state, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext)
          Returns a ViewComponent that will render the GadgetState, customizing the view based on the Locale specified in the GadgetRequestContext and the desired ViewType.
 



Copyright © 2013 Atlassian. All Rights Reserved.