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:
com.composum.sling.core.servlet.ServletOperation
- Enclosing class:
- PropertyServlet
protected class PropertyServlet.RemoveOperation extends PropertyServlet.BulkOperation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
PropertyServlet.RemoveOperation.Result
-
Constructor Summary
Constructors Modifier Constructor Description protected
RemoveOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIt(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, @NotNull com.composum.sling.core.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 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 classPropertyServlet.BulkOperation
- Throws:
javax.jcr.RepositoryException
javax.servlet.ServletException
IOException
-
-