Uses of Interface
com.composum.ai.backend.slingbase.ApproximateMarkdownService
-
-
Uses of ApproximateMarkdownService in com.composum.ai.aem.core.impl
Methods in com.composum.ai.aem.core.impl with parameters of type ApproximateMarkdownService Modifier and Type Method Description protected booleanAemApproximateMarkdownServicePlugin. handleContentFragment(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service)Creates markdown for core/wcm/components/contentfragment/v1/contentfragment and derived components.protected booleanAemApproximateMarkdownServicePlugin. handleExperienceFragment(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)Creates markdown for core/wcm/components/experiencefragment/v1/experiencefragment and derived components.protected booleanAemApproximateMarkdownServicePlugin. handleTeaser(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service)Creates markdown for core/wcm/components/teaser/v1/teaser and derived components.ApproximateMarkdownServicePlugin.PluginResultAemApproximateMarkdownServicePlugin. maybeHandle(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)protected booleanAemApproximateMarkdownServicePlugin. pageHandling(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service)Prints title and meta attributes, then continues to normal handling.protected voidAemApproximateMarkdownServicePlugin. renderReferencedContentFragment(org.apache.sling.api.resource.Resource resource, PrintWriter out, ApproximateMarkdownService service, org.apache.sling.api.resource.Resource referencedResource, String variation, String reference, String[] elementNames) -
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)
-