Package com.composum.sling.nodes.servlet
Class PropertyServlet.PutBinaryOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.PropertyServlet.PutBinaryOperation
-
- All Implemented Interfaces:
ServletOperation
- Direct Known Subclasses:
PropertyServlet.PutUpdateOperation
- Enclosing class:
- PropertyServlet
protected class PropertyServlet.PutBinaryOperation extends Object implements ServletOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPutBinaryOperation()
-
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, ResourceHandle resource)protected voidpostChange(javax.jcr.Node node)protected voidpostChange(org.apache.sling.api.resource.Resource resource)
-
-
-
Method Detail
-
doIt
public void doIt(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource) throws javax.servlet.ServletException, IOException- Specified by:
doItin interfaceServletOperation- Throws:
javax.servlet.ServletExceptionIOException
-
postChange
protected void postChange(javax.jcr.Node node) throws javax.jcr.RepositoryException- Throws:
javax.jcr.RepositoryException
-
postChange
protected void postChange(org.apache.sling.api.resource.Resource resource)
-
-