-
- All Implemented Interfaces:
public final class ContentServiceKt
-
-
Field Summary
Fields Modifier and Type Field Description private static Function1<Publication.Service.Context, Publication.Service>contentServiceFactory
-
Method Summary
Modifier and Type Method Description Function1<Publication.Service.Context, Publication.Service>getContentServiceFactory()voidsetContentServiceFactory(Function1<Publication.Service.Context, Publication.Service> contentServiceFactory)final static Contentcontent(Publication $self, Locator start)Creates a Content starting from the given start location, or the beginning of the publication when missing. -
-
Method Detail
-
getContentServiceFactory
Function1<Publication.Service.Context, Publication.Service> getContentServiceFactory()
-
setContentServiceFactory
void setContentServiceFactory(Function1<Publication.Service.Context, Publication.Service> contentServiceFactory)
-
content
final static Content content(Publication $self, Locator start)
Creates a Content starting from the given start location, or the beginning of the publication when missing.
-
-
-
-