Uses of Interface
com.composum.ai.backend.slingbase.ApproximateMarkdownServicePlugin
-
Packages that use ApproximateMarkdownServicePlugin Package Description com.composum.ai.aem.core.impl com.composum.ai.backend.slingbase.impl com.composum.ai.composum.bundle.service -
-
Uses of ApproximateMarkdownServicePlugin in com.composum.ai.aem.core.impl
Classes in com.composum.ai.aem.core.impl that implement ApproximateMarkdownServicePlugin Modifier and Type Class Description class
AemApproximateMarkdownServicePlugin
Special handling for cq:PageContent and components -
Uses of ApproximateMarkdownServicePlugin in com.composum.ai.backend.slingbase.impl
Classes in com.composum.ai.backend.slingbase.impl that implement ApproximateMarkdownServicePlugin Modifier and Type Class Description class
HtmlToApproximateMarkdownServicePlugin
A plugin for theApproximateMarkdownService
that transforms the rendered HTML to markdown.class
MarkdownSlingCacheImpl
Implements a cache for markdown of pages.Fields in com.composum.ai.backend.slingbase.impl with type parameters of type ApproximateMarkdownServicePlugin Modifier and Type Field Description protected List<ApproximateMarkdownServicePlugin>
ApproximateMarkdownServiceImpl. plugins
-
Uses of ApproximateMarkdownServicePlugin in com.composum.ai.composum.bundle.service
Classes in com.composum.ai.composum.bundle.service that implement ApproximateMarkdownServicePlugin Modifier and Type Class Description class
ComposumApproximateMarkdownServicePlugin
Special handling for composum/pages/components/page and components
-