Uses of Interface
com.composum.ai.backend.slingbase.ApproximateMarkdownService
-
Packages that use ApproximateMarkdownService Package Description com.composum.ai.backend.slingbase com.composum.ai.backend.slingbase.experimential.impl com.composum.ai.backend.slingbase.impl -
-
Uses of ApproximateMarkdownService in com.composum.ai.backend.slingbase
Fields in com.composum.ai.backend.slingbase declared as ApproximateMarkdownService Modifier and Type Field Description protected ApproximateMarkdownService
AICreateServlet. markdownService
Methods in com.composum.ai.backend.slingbase with parameters of type ApproximateMarkdownService Modifier and Type Method Description ApproximateMarkdownServicePlugin.PluginResult
ApproximateMarkdownServicePlugin. maybeHandle(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
Checks whether the resource should be handled by this plugin and if so, handles it by printing an appropriate markdown representation to the PrintWriter. -
Uses of ApproximateMarkdownService in com.composum.ai.backend.slingbase.experimential.impl
Fields in com.composum.ai.backend.slingbase.experimential.impl declared as ApproximateMarkdownService Modifier and Type Field Description protected ApproximateMarkdownService
AITemplatingServiceImpl. markdownService
-
Uses of ApproximateMarkdownService in com.composum.ai.backend.slingbase.impl
Classes in com.composum.ai.backend.slingbase.impl that implement ApproximateMarkdownService Modifier and Type Class Description class
ApproximateMarkdownServiceImpl
Implementation forApproximateMarkdownService
.Fields in com.composum.ai.backend.slingbase.impl declared as ApproximateMarkdownService Modifier and Type Field Description protected ApproximateMarkdownService
RAGServiceImpl. markdownService
Methods in com.composum.ai.backend.slingbase.impl with parameters of type ApproximateMarkdownService Modifier and Type Method Description @NotNull ApproximateMarkdownServicePlugin.PluginResult
HtmlToApproximateMarkdownServicePlugin. maybeHandle(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull PrintWriter out, @NotNull ApproximateMarkdownService service, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
ApproximateMarkdownServicePlugin.PluginResult
MarkdownSlingCacheImpl. maybeHandle(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
-