Package com.composum.sling.nodes.servlet
Class PropertyServlet.CopyOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.PropertyServlet.BulkOperation
-
- com.composum.sling.nodes.servlet.PropertyServlet.CopyOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- PropertyServlet
protected class PropertyServlet.CopyOperation extends PropertyServlet.BulkOperation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.composum.sling.nodes.servlet.PropertyServlet.BulkOperation
PropertyServlet.BulkOperation.Result
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCopyOperation()
-
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)protected ResourceHandleprepare(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource)-
Methods inherited from class com.composum.sling.nodes.servlet.PropertyServlet.BulkOperation
clearProperty, doIt
-
-
-
-
Method Detail
-
prepare
protected ResourceHandle prepare(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource) throws javax.jcr.RepositoryException
- Overrides:
preparein classPropertyServlet.BulkOperation- Throws:
javax.jcr.RepositoryException
-
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
-
-