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

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

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

Uses of View in com.atlassian.gadgets.view
 

Fields in com.atlassian.gadgets.view declared as View
static View View.DEFAULT
          Default View, which uses the default ViewType and is writable.
 

Methods in com.atlassian.gadgets.view that return View
 View View.Builder.build()
          Returns a new ViewSettings object using the values in this Builder.
 

Methods in com.atlassian.gadgets.view with parameters of type View
 URI RenderedGadgetUriBuilder.build(GadgetState gadgetState, View view, GadgetRequestContext gadgetRequestContext)
          Returns the URL to the rendered gadget.
 ViewComponent GadgetViewFactory.createGadgetView(GadgetState state, 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 © 2010 Atlassian. All Rights Reserved.