public interface WebPanelModuleDescriptor extends WebFragmentModuleDescriptor<WebPanel>, WeightedDescriptor
The web panel module declares a single web panel in atlassian-plugin.xml. Its XML element contains a location string that should match existing locations in the host application where web panels can be embedded.
The descriptor specifies a resource or class that renders HTML given a context map,
and may specify a ContextProvider that augments the context with custom
properties.
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Returns the location in the host application where the web panel should be embedded.
|
getCondition, getTooltip, getWebLabel, getWebParams, getWeightdestroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokengetResourceDescriptor, getResourceDescriptors, getResourceLocationgetContextProviderString getLocation()
Copyright © 2022 Atlassian. All rights reserved.