public class WidgetTypeRegistry extends SimpleContributionRegistry<WidgetType>
ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>
Modifier and Type | Field and Description |
---|---|
protected String |
category |
currentContribs
contribs
Constructor and Description |
---|
WidgetTypeRegistry(String category) |
Modifier and Type | Method and Description |
---|---|
void |
addContribution(WidgetType contrib)
Add a new contribution.
|
String |
getCategory() |
String |
getContributionId(WidgetType contrib)
Returns the contribution ID given the contribution object
|
WidgetType |
getWidgetType(String id) |
void |
removeContribution(WidgetType contrib)
Overridden to use equals method when removing elements.
|
void |
removeContribution(WidgetType contrib,
boolean useEqualsMethod)
Remove a contribution.
|
clone, contributionRemoved, contributionUpdated, getCurrentContribution, isSupportingMerge, merge
addFragment, getContribution, getFragments, removeFragment
public WidgetTypeRegistry(String category)
public String getCategory()
public String getContributionId(WidgetType contrib)
ContributionFragmentRegistry
getContributionId
in class ContributionFragmentRegistry<WidgetType>
public WidgetType getWidgetType(String id)
public void addContribution(WidgetType contrib)
ContributionFragmentRegistry
addContribution
in class ContributionFragmentRegistry<WidgetType>
public void removeContribution(WidgetType contrib)
removeContribution
in class ContributionFragmentRegistry<WidgetType>
ContributionFragmentRegistry.removeContribution(Object, boolean)
public void removeContribution(WidgetType contrib, boolean useEqualsMethod)
ContributionFragmentRegistry
Equality can be controlled from here.
Contributions come from the runtime that keeps exact instances, so using equality usually makes it possible to remove the exact instance that was contributed by this component (without needing to reference the component name for instance). But when unit-testing, or when registrating contributions that do not come directly from the runtime, regirties need to use the equals method defined on each contribution.
removeContribution
in class ContributionFragmentRegistry<WidgetType>
contrib
- the contrib to removeuseEqualsMethod
- a boolean stating that old contributions should be checked using the equals method instead
ofCopyright © 2015 Nuxeo SA. All rights reserved.