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. |
String |
generatePathSegment(String s)
Generate the path segment to use from a string.
|
void |
registerContribution(Object contrib,
String xp,
ComponentInstance contributor) |
void |
unregisterContribution(Object contrib,
String xp,
ComponentInstance contributor) |
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public static final String XP
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic 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 contextpublic void registerContribution(Object contrib, String xp, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contrib, String xp, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public String generatePathSegment(DocumentModel doc) throws ClientException
PathSegmentService
DocumentModel
that's about to be created.generatePathSegment
in interface PathSegmentService
doc
- the document/
characterClientException
public String generatePathSegment(String s) throws ClientException
PathSegmentService
generatePathSegment
in interface PathSegmentService
s
- the string/
characterClientException
Copyright © 2015 Nuxeo SA. All rights reserved.