public class ResourceService extends ReloadableComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
XP_RESOURCES |
| Constructor and Description |
|---|
ResourceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
addResource(ResourceDescriptor resource) |
void |
addResource(String name,
URL url) |
void |
deactivate(ComponentContext context)
Deactivates the component.
|
URL |
getResource(String name) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
URL |
removeResource(String name) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
getExtensions, registerExtension, reload, unregisterExtensionapplicationStarted, getAdapterpublic static final String XP_RESOURCES
public void addResource(ResourceDescriptor resource)
public void activate(ComponentContext context) throws Exception
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextException - if an error occurs during activationpublic void deactivate(ComponentContext context) throws Exception
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextException - if an error occurs during activationpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution in class DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution in class DefaultComponentExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.