com.atlassian.gadgets.view
Interface RenderedGadgetUriBuilder

All Known Implementing Classes:
GadgetUrlBuilder

public interface RenderedGadgetUriBuilder

Builds URLs to the rendered gadget.


Method Summary
 URI build(GadgetState gadgetState, View view, GadgetRequestContext gadgetRequestContext)
          Returns the URL to the rendered gadget.
 

Method Detail

build

URI build(GadgetState gadgetState,
          View view,
          GadgetRequestContext gadgetRequestContext)
Returns the URL to the rendered gadget.

Parameters:
gadgetState - gadget used to insert the gadget's spec URL
view - the view to render the gadget in
gadgetRequestContext - context for this request
Returns:
URL to the rendered gadget


Copyright © 2009 Atlassian. All Rights Reserved.