Uses of Class
com.composum.ai.backend.slingbase.ApproximateMarkdownServicePlugin.PluginResult
-
Packages that use ApproximateMarkdownServicePlugin.PluginResult Package Description com.composum.ai.aem.core.impl com.composum.ai.backend.slingbase com.composum.ai.backend.slingbase.impl -
-
Uses of ApproximateMarkdownServicePlugin.PluginResult in com.composum.ai.aem.core.impl
Methods in com.composum.ai.aem.core.impl that return ApproximateMarkdownServicePlugin.PluginResult Modifier and Type Method Description 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) -
Uses of ApproximateMarkdownServicePlugin.PluginResult in com.composum.ai.backend.slingbase
Methods in com.composum.ai.backend.slingbase that return ApproximateMarkdownServicePlugin.PluginResult 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.static ApproximateMarkdownServicePlugin.PluginResultApproximateMarkdownServicePlugin.PluginResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ApproximateMarkdownServicePlugin.PluginResult[]ApproximateMarkdownServicePlugin.PluginResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApproximateMarkdownServicePlugin.PluginResult in com.composum.ai.backend.slingbase.impl
Methods in com.composum.ai.backend.slingbase.impl that return ApproximateMarkdownServicePlugin.PluginResult Modifier and Type Method Description protected ApproximateMarkdownServicePlugin.PluginResultApproximateMarkdownServiceImpl. executePlugins(org.apache.sling.api.resource.Resource resource, PrintWriter out, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)@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)
-