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 ApproximateMarkdownServiceAICreateServlet. markdownServiceMethods in com.composum.ai.backend.slingbase with parameters of type ApproximateMarkdownService Modifier and Type Method Description ApproximateMarkdownServicePlugin.PluginResultApproximateMarkdownServicePlugin. 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 ApproximateMarkdownServiceAITemplatingServiceImpl. 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 classApproximateMarkdownServiceImplImplementation forApproximateMarkdownService.Fields in com.composum.ai.backend.slingbase.impl declared as ApproximateMarkdownService Modifier and Type Field Description protected ApproximateMarkdownServiceRAGServiceImpl. markdownServiceMethods in com.composum.ai.backend.slingbase.impl with parameters of type ApproximateMarkdownService Modifier and Type Method Description @NotNull ApproximateMarkdownServicePlugin.PluginResultHtmlToApproximateMarkdownServicePlugin. 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.PluginResultMarkdownSlingCacheImpl. maybeHandle(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) 
 -