Uses of Interface
org.nuxeo.ecm.core.api.pathsegment.PathSegmentService
-
Packages that use PathSegmentService Package Description org.nuxeo.ecm.core.api.pathsegment -
-
Uses of PathSegmentService in org.nuxeo.ecm.core.api.pathsegment
Classes in org.nuxeo.ecm.core.api.pathsegment that implement PathSegmentService Modifier and Type Class Description class
PathSegmentComponent
Central service for the generation of a path segment for a document.class
PathSegmentServiceCompat
Service generating a path segment from the title by simplifying it to lowercase and dash-separated words.class
PathSegmentServiceDefault
Service generating a path segment from the title by just removing slashes and limiting size.Fields in org.nuxeo.ecm.core.api.pathsegment declared as PathSegmentService Modifier and Type Field Description protected PathSegmentService
PathSegmentComponent. service
Fields in org.nuxeo.ecm.core.api.pathsegment with type parameters of type PathSegmentService Modifier and Type Field Description protected LinkedList<Class<? extends PathSegmentService>>
PathSegmentComponent. contribs
-