Class PropertyServlet.RemoveOperation

    • Constructor Detail

      • RemoveOperation

        protected RemoveOperation()
    • Method Detail

      • doIt

        public void doIt​(@NotNull
                         @NotNull org.apache.sling.api.SlingHttpServletRequest request,
                         @NotNull
                         @NotNull org.apache.sling.api.SlingHttpServletResponse response,
                         @NotNull
                         @NotNull com.composum.sling.core.ResourceHandle resource,
                         @Nullable
                         @Nullable javax.jcr.Node node,
                         @NotNull
                         @NotNull PropertyServlet.BulkParameters parameters,
                         @NotNull
                         @NotNull com.google.gson.stream.JsonWriter writer)
                  throws javax.jcr.RepositoryException,
                         javax.servlet.ServletException,
                         IOException
        Specified by:
        doIt in class PropertyServlet.BulkOperation
        Throws:
        javax.jcr.RepositoryException
        javax.servlet.ServletException
        IOException