public class PathSegmentComponent extends DefaultComponent implements PathSegmentService
Constructor and Description |
---|
PathSegmentComponent() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
String |
generatePathSegment(DocumentModel doc)
Generate the path segment to use for a
DocumentModel that's about
to be created. |
void |
registerContribution(Object contrib,
String xp,
ComponentInstance contributor) |
void |
unregisterContribution(Object contrib,
String xp,
ComponentInstance contributor) |
applicationStarted, getAdapter, registerExtension, unregisterExtension
public static final String XP
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) throws Exception
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic void registerContribution(Object contrib, String xp, ComponentInstance contributor) throws Exception
registerContribution
in class DefaultComponent
Exception
public void unregisterContribution(Object contrib, String xp, ComponentInstance contributor) throws Exception
unregisterContribution
in class DefaultComponent
Exception
public String generatePathSegment(DocumentModel doc) throws ClientException
PathSegmentService
DocumentModel
that's about
to be created.generatePathSegment
in interface PathSegmentService
doc
- the document/
characterClientException
Copyright © 2011 Nuxeo SA. All Rights Reserved.