Uses of Interface
com.atlassian.plugin.web.model.WebPanel

Packages that use WebPanel
com.atlassian.plugin.web   
com.atlassian.plugin.web.descriptors   
com.atlassian.plugin.web.model   
 

Uses of WebPanel in com.atlassian.plugin.web
 

Methods in com.atlassian.plugin.web that return types with arguments of type WebPanel
 List<WebPanel> WebInterfaceManager.getDisplayableWebPanels(String location, Map<String,Object> context)
           
 List<WebPanel> DefaultWebInterfaceManager.getDisplayableWebPanels(String location, Map<String,Object> context)
           
 List<WebPanel> WebInterfaceManager.getWebPanels(String location)
           
 List<WebPanel> DefaultWebInterfaceManager.getWebPanels(String location)
           
 

Uses of WebPanel in com.atlassian.plugin.web.descriptors
 

Methods in com.atlassian.plugin.web.descriptors that return WebPanel
 WebPanel DefaultWebPanelModuleDescriptor.getModule()
           
 

Uses of WebPanel in com.atlassian.plugin.web.model
 

Classes in com.atlassian.plugin.web.model that implement WebPanel
 class AbstractWebPanel
           
 class EmbeddedTemplateWebPanel
          This class is used for web panel declaration that do not have a custom class attribute in their descriptor, nor a location attribute in their resource child element.
 class ResourceTemplateWebPanel
          This class is used for web panel declaration that do not have a custom class attribute in their descriptor, but do have a location attribute in their resource child element, which points to a template file on the (plugin's) classpath.
 



Copyright © 2010 Atlassian. All Rights Reserved.