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

Packages that use GadgetRenderingException
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 GadgetRenderingException in com.atlassian.gadgets.embedded.internal
 

Methods in com.atlassian.gadgets.embedded.internal that throw GadgetRenderingException
 ViewComponent GadgetViewFactoryImpl.createGadgetView(GadgetState state, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext)
           
 ViewComponent GadgetViewFactoryImpl.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext)
          Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState,com.atlassian.gadgets.view.ModuleId,com.atlassian.gadgets.view.View,com.atlassian.gadgets.GadgetRequestContext)
 

Uses of GadgetRenderingException in com.atlassian.gadgets.view
 

Methods in com.atlassian.gadgets.view that throw GadgetRenderingException
 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.
 ViewComponent GadgetViewFactory.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext)
          Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState, ModuleId, View,com.atlassian.gadgets.GadgetRequestContext)
 



Copyright © 2013 Atlassian. All Rights Reserved.