public class NavTreeService extends DefaultComponent
Modifier and Type | Class and Description |
---|---|
static class |
NavTreeService.NavTreeDescriptorOrderComparator
Comparator of
NavTreeDescriptor s according to their order.. |
Modifier and Type | Field and Description |
---|---|
static String |
NAVTREE_EP |
Constructor and Description |
---|
NavTreeService() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
List<NavTreeDescriptor> |
getTreeDescriptors() |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
applicationStarted, getAdapter, registerExtension, unregisterContribution, unregisterExtension
public static String NAVTREE_EP
public List<NavTreeDescriptor> getTreeDescriptors()
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution
in class DefaultComponent
Exception
public void activate(ComponentContext context) throws Exception
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextCopyright © 2011 Nuxeo SA. All Rights Reserved.