public class PathSegmentComponent extends DefaultComponent implements PathSegmentService
Modifier and Type | Field and Description |
---|---|
protected LinkedList<Class<? extends PathSegmentService>> |
contribs |
protected boolean |
recompute |
protected PathSegmentService |
service |
static String |
XP |
lastModified
NUXEO_MAX_SEGMENT_SIZE_PROPERTY
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.
|
int |
getMaxSize()
Return the path segment max size
|
protected void |
recompute() |
void |
registerContribution(Object contrib,
String xp,
ComponentInstance contributor) |
void |
unregisterContribution(Object contrib,
String xp,
ComponentInstance contributor) |
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterExtension
public static final String XP
protected LinkedList<Class<? extends PathSegmentService>> contribs
protected PathSegmentService service
protected boolean recompute
public PathSegmentComponent()
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)
PathSegmentService
DocumentModel
that's about to be created.generatePathSegment
in interface PathSegmentService
doc
- the document/
characterprotected void recompute()
public String generatePathSegment(String s)
PathSegmentService
generatePathSegment
in interface PathSegmentService
s
- the string/
characterpublic int getMaxSize()
PathSegmentService
getMaxSize
in interface PathSegmentService
Copyright © 2015 Nuxeo SA. All rights reserved.