Uses of Interface
com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor

Packages that use WebSectionModuleDescriptor
com.atlassian.plugin.web   
com.atlassian.plugin.web.descriptors   
 

Uses of WebSectionModuleDescriptor in com.atlassian.plugin.web
 

Methods in com.atlassian.plugin.web that return types with arguments of type WebSectionModuleDescriptor
 java.util.List<WebSectionModuleDescriptor> WebInterfaceManager.getDisplayableSections(java.lang.String location, java.util.Map<java.lang.String,java.lang.Object> context)
           
 java.util.List<WebSectionModuleDescriptor> DefaultWebInterfaceManager.getDisplayableSections(java.lang.String location, java.util.Map<java.lang.String,java.lang.Object> context)
           
 java.util.List<WebSectionModuleDescriptor> WebInterfaceManager.getSections(java.lang.String location)
           
 java.util.List<WebSectionModuleDescriptor> DefaultWebInterfaceManager.getSections(java.lang.String location)
           
 

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

Classes in com.atlassian.plugin.web.descriptors that implement WebSectionModuleDescriptor
 class DefaultWebSectionModuleDescriptor
          Represents a web section - that is a collection of web items.
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.