Uses of Class
com.composum.ai.backend.slingbase.ApproximateMarkdownServicePlugin.PluginResult
-
Packages that use ApproximateMarkdownServicePlugin.PluginResult Package Description com.composum.ai.backend.slingbase com.composum.ai.backend.slingbase.impl -
-
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.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.static ApproximateMarkdownServicePlugin.PluginResult
ApproximateMarkdownServicePlugin.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.PluginResult
ApproximateMarkdownServiceImpl. executePlugins(org.apache.sling.api.resource.Resource resource, PrintWriter out, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
@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)
-