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 protected
PutUpdateOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
postChange(javax.jcr.Node node)
protected void
postChange(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:
postChange
in classPropertyServlet.PutBinaryOperation
- Throws:
javax.jcr.RepositoryException
-
postChange
protected void postChange(org.apache.sling.api.resource.Resource resource)
- Overrides:
postChange
in classPropertyServlet.PutBinaryOperation
-
-