| Package | Description |
|---|---|
| com.atlassian.gadgets.view |
Contains classes related to the rendering and display of gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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 © 2024 Atlassian. All rights reserved.