| java.lang.Object |
| ↳ |
com.atlassian.plugin.web.DefaultWebInterfaceManager |
Class Overview
Stores and manages flexible web interface sections available in the system.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.plugin.web.WebInterfaceManager
|
Fields
Public Constructors
public
DefaultWebInterfaceManager
()
Public Methods
public
List<WebPanel>
getDisplayableWebPanels
(String location, Map<String, Object> context)
public
List<WebPanel>
getWebPanels
(String location)
public
boolean
hasSectionsForLocation
(String location)
public
void
refresh
()
Refresh the contents of the web interface manager.
public
void
setPluginAccessor
(PluginAccessor pluginAccessor)
Parameters
| pluginAccessor
| The plugin accessor to set |