Uses of Class
com.composum.sling.nodes.tools.RuntimeFileServlet.RuntimeFile
-
Packages that use RuntimeFileServlet.RuntimeFile Package Description com.composum.sling.nodes.tools -
-
Uses of RuntimeFileServlet.RuntimeFile in com.composum.sling.nodes.tools
Methods in com.composum.sling.nodes.tools that return RuntimeFileServlet.RuntimeFile Modifier and Type Method Description protected @Nullable RuntimeFileServlet.RuntimeFile
RuntimeFileServlet. getFile(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @Nullable String suffix)
Methods in com.composum.sling.nodes.tools with parameters of type RuntimeFileServlet.RuntimeFile Modifier and Type Method Description protected void
RuntimeFileServlet. writeFileIdentifiers(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull com.google.gson.stream.JsonWriter writer, @NotNull RuntimeFileServlet.RuntimeFile rtFile)
protected void
RuntimeFileServlet. writeFileNode(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull com.google.gson.stream.JsonWriter writer, @NotNull RuntimeFileServlet.RuntimeFile rtFile)
Constructors in com.composum.sling.nodes.tools with parameters of type RuntimeFileServlet.RuntimeFile Constructor Description LoggerSession(@NotNull RuntimeFileServlet.RuntimeFile rtFile, RuntimeFileServlet.LogfileFilter filter)
-