public interface RenderedGadgetUriBuilder
| Modifier and Type | Method and Description |
|---|---|
URI |
build(GadgetState gadgetState,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext)
Returns the URL to the rendered gadget.
|
URI |
build(GadgetState gadgetState,
View view,
GadgetRequestContext gadgetRequestContext)
Deprecated.
as of 2.0, use
build(GadgetState, ModuleId, View, GadgetRequestContext) |
@Deprecated URI build(GadgetState gadgetState, View view, GadgetRequestContext gadgetRequestContext)
build(GadgetState, ModuleId, View, GadgetRequestContext)gadgetState - gadget used to insert the gadget's spec URLview - the view to render the gadget ingadgetRequestContext - context for this requestURI build(GadgetState gadgetState, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext)
gadgetState - gadget used to insert the gadget's spec URLmoduleId - the moduleId to use in the URL. Should be unique for the HTML page that the gadget
will be rendered in.view - the view to render the gadget ingadgetRequestContext - context for this requestCopyright © 2024 Atlassian. All rights reserved.