Package com.composum.sling.nodes.servlet
Class PropertyServlet.PutUpdateOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.PropertyServlet.PutBinaryOperation
-
- com.composum.sling.nodes.servlet.PropertyServlet.PutUpdateOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- PropertyServlet
protected class PropertyServlet.PutUpdateOperation extends PropertyServlet.PutBinaryOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPutUpdateOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpostChange(javax.jcr.Node node)protected voidpostChange(org.apache.sling.api.resource.Resource resource)-
Methods inherited from class com.composum.sling.nodes.servlet.PropertyServlet.PutBinaryOperation
doIt
-
-
-
-
Method Detail
-
postChange
protected void postChange(javax.jcr.Node node) throws javax.jcr.RepositoryException- Overrides:
postChangein classPropertyServlet.PutBinaryOperation- Throws:
javax.jcr.RepositoryException
-
postChange
protected void postChange(org.apache.sling.api.resource.Resource resource)
- Overrides:
postChangein classPropertyServlet.PutBinaryOperation
-
-