Class PathSegmentServiceCompat
java.lang.Object
org.nuxeo.ecm.core.api.pathsegment.PathSegmentServiceCompat
- All Implemented Interfaces:
PathSegmentService
Service generating a path segment from the title by simplifying it to lowercase and dash-separated words.
-
Field Summary
Fields inherited from interface org.nuxeo.ecm.core.api.pathsegment.PathSegmentService
NUXEO_MAX_SEGMENT_SIZE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate the path segment to use from a string.Generate the path segment to use for aDocumentModelthat's about to be created.intReturn the path segment max size
-
Constructor Details
-
PathSegmentServiceCompat
public PathSegmentServiceCompat()
-
-
Method Details
-
generatePathSegment
Description copied from interface:PathSegmentServiceGenerate the path segment to use for aDocumentModelthat's about to be created.- Specified by:
generatePathSegmentin interfacePathSegmentService- Parameters:
doc- the document- Returns:
- the path segment, which must not contain any
/character
-
generatePathSegment
Description copied from interface:PathSegmentServiceGenerate the path segment to use from a string.- Specified by:
generatePathSegmentin interfacePathSegmentService- Parameters:
s- the string- Returns:
- the path segment, which must not contain any
/character
-
getMaxSize
public int getMaxSize()Description copied from interface:PathSegmentServiceReturn the path segment max size- Specified by:
getMaxSizein interfacePathSegmentService
-