A C D E G H I L M N O P R S T W

A

AbstractCompositeCondition - Class in com.atlassian.plugin.web.conditions
 
AbstractCompositeCondition() - Constructor for class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
 
AbstractWebFragmentModuleDescriptor - Class in com.atlassian.plugin.web.descriptors
An abstract convenience class for web fragment descriptors.
AbstractWebFragmentModuleDescriptor(WebInterfaceManager) - Constructor for class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
AbstractWebFragmentModuleDescriptor() - Constructor for class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
AbstractWebItem - Class in com.atlassian.plugin.web.model
Represents web items that can be rendered using velocity, and inject its own context using the ContextProvider
AbstractWebItem(WebFragmentHelper, ContextProvider, WebFragmentModuleDescriptor) - Constructor for class com.atlassian.plugin.web.model.AbstractWebItem
 
addCondition(Condition) - Method in class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
 
AlwaysDisplayCondition - Class in com.atlassian.plugin.web.conditions
Always show a web link.
AlwaysDisplayCondition() - Constructor for class com.atlassian.plugin.web.conditions.AlwaysDisplayCondition
 
AndCompositeCondition - Class in com.atlassian.plugin.web.conditions
 
AndCompositeCondition() - Constructor for class com.atlassian.plugin.web.conditions.AndCompositeCondition
 

C

com.atlassian.plugin.web - package com.atlassian.plugin.web
 
com.atlassian.plugin.web.conditions - package com.atlassian.plugin.web.conditions
 
com.atlassian.plugin.web.descriptors - package com.atlassian.plugin.web.descriptors
 
com.atlassian.plugin.web.model - package com.atlassian.plugin.web.model
 
compare(WeightedDescriptor, WeightedDescriptor) - Method in class com.atlassian.plugin.web.descriptors.WeightedDescriptorComparator
 
COMPOSITE_TYPE_AND - Static variable in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
COMPOSITE_TYPE_OR - Static variable in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
Condition - Interface in com.atlassian.plugin.web
Decides whether a web section or web item should be displayed
condition - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
ConditionLoadingException - Exception in com.atlassian.plugin.web.conditions
 
ConditionLoadingException() - Constructor for exception com.atlassian.plugin.web.conditions.ConditionLoadingException
 
ConditionLoadingException(String) - Constructor for exception com.atlassian.plugin.web.conditions.ConditionLoadingException
 
ConditionLoadingException(String, Throwable) - Constructor for exception com.atlassian.plugin.web.conditions.ConditionLoadingException
 
ConditionLoadingException(Throwable) - Constructor for exception com.atlassian.plugin.web.conditions.ConditionLoadingException
 
conditions - Variable in class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
 
ContextProvider - Interface in com.atlassian.plugin.web
Main purpose of this is to add additional context entries for the web fragment and make it available within the XML
contextProvider - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 

D

DefaultAbstractWebFragmentModuleDescriptor - Class in com.atlassian.plugin.web.descriptors
Wrapper for WebFragmentModuleDescriptor, so that it could be extended by application specific wrappers to provide additional methods.
DefaultAbstractWebFragmentModuleDescriptor(WebFragmentModuleDescriptor) - Constructor for class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
DefaultWebIcon - Class in com.atlassian.plugin.web.model
Represents an icon associated with an item.
DefaultWebIcon(Element, WebFragmentHelper, ContextProvider, WebFragmentModuleDescriptor) - Constructor for class com.atlassian.plugin.web.model.DefaultWebIcon
 
DefaultWebInterfaceManager - Class in com.atlassian.plugin.web
Stores and manages flexible web interface sections available in the system.
DefaultWebInterfaceManager() - Constructor for class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
DefaultWebInterfaceManager(PluginManager, WebFragmentHelper) - Constructor for class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
DefaultWebItemModuleDescriptor - Class in com.atlassian.plugin.web.descriptors
Represents a pluggable link.
DefaultWebItemModuleDescriptor(WebInterfaceManager) - Constructor for class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 
DefaultWebItemModuleDescriptor() - Constructor for class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 
DefaultWebLabel - Class in com.atlassian.plugin.web.model
A simple bean to represent labels in the web interface.
DefaultWebLabel(Element, WebFragmentHelper, ContextProvider, WebFragmentModuleDescriptor) - Constructor for class com.atlassian.plugin.web.model.DefaultWebLabel
 
DefaultWebLink - Class in com.atlassian.plugin.web.model
Represents a single "href", with a variety of permutations.
DefaultWebLink(Element, WebFragmentHelper, ContextProvider, WebFragmentModuleDescriptor) - Constructor for class com.atlassian.plugin.web.model.DefaultWebLink
 
DefaultWebParam - Class in com.atlassian.plugin.web.model
Represents a sorted map of parameters.
DefaultWebParam(Element, WebFragmentHelper, ContextProvider, WebFragmentModuleDescriptor) - Constructor for class com.atlassian.plugin.web.model.DefaultWebParam
 
DefaultWebParam(Map<String, String>, WebFragmentHelper, ContextProvider, WebFragmentModuleDescriptor) - Constructor for class com.atlassian.plugin.web.model.DefaultWebParam
 
DefaultWebSectionModuleDescriptor - Class in com.atlassian.plugin.web.descriptors
Represents a web section - that is a collection of web items.
DefaultWebSectionModuleDescriptor(WebInterfaceManager) - Constructor for class com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
 
DefaultWebSectionModuleDescriptor() - Constructor for class com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
 
destroy(Plugin) - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
disabled() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
disabled() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 

E

element - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
enabled() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
enabled() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
enabled() - Method in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 

G

get(String) - Method in class com.atlassian.plugin.web.model.DefaultWebParam
 
get(String) - Method in interface com.atlassian.plugin.web.model.WebParam
 
getAccessKey(Map<String, Object>) - Method in class com.atlassian.plugin.web.model.DefaultWebLink
 
getAccessKey(Map<String, Object>) - Method in interface com.atlassian.plugin.web.model.WebLink
 
getCompleteKey() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getCondition() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
getCondition() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getCondition() - Method in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
getContextMap(Map<String, Object>) - Method in interface com.atlassian.plugin.web.ContextProvider
Gets the additional context map to make available for the web fragment
getContextMap(Map<String, Object>) - Method in class com.atlassian.plugin.web.model.AbstractWebItem
 
getContextProvider() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
getContextProvider() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getContextProvider() - Method in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
getDecoratedDescriptor() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getDescription() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getDescriptionKey() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getDescriptor() - Method in class com.atlassian.plugin.web.model.AbstractWebItem
 
getDescriptor() - Method in interface com.atlassian.plugin.web.model.WebLink
 
getDescriptor() - Method in interface com.atlassian.plugin.web.model.WebParam
 
getDisplayableItems(String, Map<String, Object>) - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
getDisplayableItems(String, Map<String, Object>) - Method in interface com.atlassian.plugin.web.WebInterfaceManager
 
getDisplayableLabel(HttpServletRequest, Map<String, Object>) - Method in class com.atlassian.plugin.web.model.DefaultWebLabel
 
getDisplayableLabel(HttpServletRequest, Map<String, Object>) - Method in interface com.atlassian.plugin.web.model.WebLabel
 
getDisplayableSections(String, Map<String, Object>) - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
getDisplayableSections(String, Map<String, Object>) - Method in interface com.atlassian.plugin.web.WebInterfaceManager
 
getDisplayableUrl(HttpServletRequest, Map<String, Object>) - Method in class com.atlassian.plugin.web.model.DefaultWebLink
 
getDisplayableUrl(HttpServletRequest, Map<String, Object>) - Method in interface com.atlassian.plugin.web.model.WebLink
 
getHeight() - Method in class com.atlassian.plugin.web.model.DefaultWebIcon
 
getHeight() - Method in interface com.atlassian.plugin.web.model.WebIcon
 
getI18nNameKey() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getI18nValue(String, List<?>, Map<String, Object>) - Method in interface com.atlassian.plugin.web.WebFragmentHelper
 
getIcon() - Method in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 
getIcon() - Method in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
 
getId() - Method in class com.atlassian.plugin.web.model.DefaultWebLink
 
getId() - Method in interface com.atlassian.plugin.web.model.WebLink
 
getItems(String) - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
getItems(String) - Method in interface com.atlassian.plugin.web.WebInterfaceManager
 
getKey() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getKey() - Method in class com.atlassian.plugin.web.model.DefaultWebLabel
 
getKey() - Method in interface com.atlassian.plugin.web.model.WebLabel
 
getLink() - Method in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 
getLink() - Method in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
 
getLocation() - Method in class com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
 
getLocation() - Method in interface com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor
 
getMinJavaVersion() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getModule() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
getModule() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getModule() - Method in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
getModuleClass() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getName() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getNoKeyValue() - Method in class com.atlassian.plugin.web.model.DefaultWebLabel
 
getNoKeyValue() - Method in interface com.atlassian.plugin.web.model.WebLabel
 
getParams() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getParams() - Method in class com.atlassian.plugin.web.model.DefaultWebParam
 
getParams() - Method in interface com.atlassian.plugin.web.model.WebParam
 
getPlugin() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getPluginKey() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getRenderedParam(String, Map<String, Object>) - Method in class com.atlassian.plugin.web.model.DefaultWebParam
 
getRenderedParam(String, Map<String, Object>) - Method in interface com.atlassian.plugin.web.model.WebParam
 
getRenderedUrl(Map<String, Object>) - Method in class com.atlassian.plugin.web.model.DefaultWebLink
 
getRenderedUrl(Map<String, Object>) - Method in interface com.atlassian.plugin.web.model.WebLink
 
getResourceDescriptor(String, String) - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getResourceDescriptors() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getResourceDescriptors(String) - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getResourceLocation(String, String) - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getSection() - Method in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 
getSection() - Method in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
 
getSections(String) - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
getSections(String) - Method in interface com.atlassian.plugin.web.WebInterfaceManager
 
getStyleClass() - Method in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 
getStyleClass() - Method in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
Returns the item style as a "class" String consisting of one or more style classes.
getTooltip() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
getTooltip() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getTooltip() - Method in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
getUrl() - Method in class com.atlassian.plugin.web.model.DefaultWebIcon
 
getUrl() - Method in interface com.atlassian.plugin.web.model.WebIcon
 
getWebFragmentHelper() - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
getWebFragmentHelper() - Method in class com.atlassian.plugin.web.model.AbstractWebItem
 
getWebFragmentHelper() - Method in interface com.atlassian.plugin.web.WebInterfaceManager
 
getWebLabel() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
getWebLabel() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getWebLabel() - Method in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
getWebParams() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
getWebParams() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getWebParams() - Method in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
getWeight() - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
getWeight() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
getWeight() - Method in interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
 
getWeight() - Method in interface com.atlassian.plugin.web.descriptors.WeightedDescriptor
 
getWidth() - Method in class com.atlassian.plugin.web.model.DefaultWebIcon
 
getWidth() - Method in interface com.atlassian.plugin.web.model.WebIcon
 

H

hasAccessKey() - Method in class com.atlassian.plugin.web.model.DefaultWebLink
 
hasAccessKey() - Method in interface com.atlassian.plugin.web.model.WebLink
 
hasSectionsForLocation(String) - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
hasSectionsForLocation(String) - Method in interface com.atlassian.plugin.web.WebInterfaceManager
 

I

init(Map<String, String>) - Method in interface com.atlassian.plugin.web.Condition
Called after creation and autowiring.
init(Map<String, String>) - Method in class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
 
init(Map<String, String>) - Method in class com.atlassian.plugin.web.conditions.AlwaysDisplayCondition
 
init(Map<String, String>) - Method in class com.atlassian.plugin.web.conditions.InvertedCondition
 
init(Map<String, String>) - Method in class com.atlassian.plugin.web.conditions.NeverDisplayCondition
 
init(Map<String, String>) - Method in interface com.atlassian.plugin.web.ContextProvider
Called after creation and autowiring.
init(Plugin, Element) - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
 
InvertedCondition - Class in com.atlassian.plugin.web.conditions
 
InvertedCondition(Condition) - Constructor for class com.atlassian.plugin.web.conditions.InvertedCondition
 
isEnabledByDefault() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
isSystemModule() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 

L

label - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
loadCondition(String, Plugin) - Method in interface com.atlassian.plugin.web.WebFragmentHelper
 
loadContextProvider(String, Plugin) - Method in interface com.atlassian.plugin.web.WebFragmentHelper
 

M

makeCondition(Element) - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
makeConditions(Element, int) - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
Create a condition for when this web fragment should be displayed
makeConditions(List, int) - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
makeContextProvider(Element) - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 

N

NeverDisplayCondition - Class in com.atlassian.plugin.web.conditions
Always hide a web link.
NeverDisplayCondition() - Constructor for class com.atlassian.plugin.web.conditions.NeverDisplayCondition
 

O

OrCompositeCondition - Class in com.atlassian.plugin.web.conditions
 
OrCompositeCondition() - Constructor for class com.atlassian.plugin.web.conditions.OrCompositeCondition
 

P

params - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
params - Variable in class com.atlassian.plugin.web.model.DefaultWebParam
parameters are sorted in order for the i18n arguments to be in order

R

refresh() - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
refresh() - Method in interface com.atlassian.plugin.web.WebInterfaceManager
Refresh the contents of the web interface manager.
renderVelocityFragment(String, Map<String, Object>) - Method in interface com.atlassian.plugin.web.WebFragmentHelper
 

S

satisfiesMinJavaVersion() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
setPluginManager(PluginManager) - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
setWebFragmentHelper(WebFragmentHelper) - Method in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
setWebInterfaceManager(WebInterfaceManager) - Method in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
setWebInterfaceManager(WebInterfaceManager) - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 
shouldDisplay(Map<String, Object>) - Method in interface com.atlassian.plugin.web.Condition
Determine whether the web fragment should be displayed
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.plugin.web.conditions.AlwaysDisplayCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.plugin.web.conditions.AndCompositeCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.plugin.web.conditions.InvertedCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.plugin.web.conditions.NeverDisplayCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.plugin.web.conditions.OrCompositeCondition
 

T

tooltip - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
toString() - Method in class com.atlassian.plugin.web.descriptors.DefaultAbstractWebFragmentModuleDescriptor
 

W

WebFragmentHelper - Interface in com.atlassian.plugin.web
Provides application specific methods to build/render web fragments
WebFragmentModuleDescriptor - Interface in com.atlassian.plugin.web.descriptors
A convenience interface for web fragment descriptors
WebIcon - Interface in com.atlassian.plugin.web.model
Represents an icon link
webInterfaceManager - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
WebInterfaceManager - Interface in com.atlassian.plugin.web
A simple manager to provide sections of the web interface through plugins.
WebItemModuleDescriptor - Interface in com.atlassian.plugin.web.descriptors
A web-item plugin adds extra links to a particular section.
WebLabel - Interface in com.atlassian.plugin.web.model
Represents a plain text, primarily used as a links name
WebLink - Interface in com.atlassian.plugin.web.model
 
WebParam - Interface in com.atlassian.plugin.web.model
Represents arbitrary number of key/value pairs
WebSectionModuleDescriptor - Interface in com.atlassian.plugin.web.descriptors
A web-section plugin adds extra sections to a particular location.
weight - Variable in class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
 
WEIGHTED_DESCRIPTOR_COMPARATOR - Static variable in class com.atlassian.plugin.web.DefaultWebInterfaceManager
 
WeightedDescriptor - Interface in com.atlassian.plugin.web.descriptors
A simple interface implemented by any weighted descriptors.
WeightedDescriptorComparator - Class in com.atlassian.plugin.web.descriptors
A simple comparator for any weighted descriptor - lowest weights first.
WeightedDescriptorComparator() - Constructor for class com.atlassian.plugin.web.descriptors.WeightedDescriptorComparator
 

A C D E G H I L M N O P R S T W

Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.