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

Packages that use ModuleId
com.atlassian.gadgets.embedded.internal Handles construction of gadget <iframes>, rendering, and URLs to Shindig's gadget rendering servlet. 
com.atlassian.gadgets.view Contains classes related to the rendering and display of gadgets. 
 

Uses of ModuleId in com.atlassian.gadgets.embedded.internal
 

Methods in com.atlassian.gadgets.embedded.internal with parameters of type ModuleId
 URI GadgetUrlBuilder.build(GadgetState gadget, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext)
           
 ViewComponent GadgetViewFactoryImpl.createGadgetView(GadgetState state, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext)
           
 

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 © 2009 Atlassian. All Rights Reserved.