Package com.composum.sling.nodes.servlet
Class PropertyServlet.RemoveOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.PropertyServlet.BulkOperation
-
- com.composum.sling.nodes.servlet.PropertyServlet.RemoveOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- PropertyServlet
protected class PropertyServlet.RemoveOperation extends PropertyServlet.BulkOperation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classPropertyServlet.RemoveOperation.Result
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemoveOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoIt(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, @NotNull ResourceHandle resource, @Nullable javax.jcr.Node node, @NotNull PropertyServlet.BulkParameters parameters, @NotNull com.google.gson.stream.JsonWriter writer)-
Methods inherited from class com.composum.sling.nodes.servlet.PropertyServlet.BulkOperation
clearProperty, doIt, prepare
-
-
-
-
Method Detail
-
doIt
public void doIt(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response, @NotNull @NotNull 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:
doItin classPropertyServlet.BulkOperation- Throws:
javax.jcr.RepositoryExceptionjavax.servlet.ServletExceptionIOException
-
-