public class ObjectResolverServiceImpl extends DefaultComponent implements ObjectResolverService
| Constructor and Description |
|---|
ObjectResolverServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Activates the component.
|
ObjectResolver |
getResolver(String type,
Map<String,String> parameters) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtensionpublic void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentpublic ObjectResolver getResolver(String type, Map<String,String> parameters)
getResolver in interface ObjectResolverServicetype - the xsd type, a resolver could manage.parameters - the parameters for this resolver.Copyright © 2015 Nuxeo SA. All rights reserved.