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 classPathSegmentComponentCentral service for the generation of a path segment for a document.classPathSegmentServiceCompatService generating a path segment from the title by simplifying it to lowercase and dash-separated words.classPathSegmentServiceDefaultService 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 PathSegmentServicePathSegmentComponent. serviceFields 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
-