Class PackageServlet.UpdateOperation
- java.lang.Object
-
- com.composum.sling.core.pckgmgr.jcrpckg.PackageServlet.UpdateOperation
-
- All Implemented Interfaces:
ServletOperation
- Direct Known Subclasses:
PackageServlet.JsonUpdateOperation
- Enclosing class:
- PackageServlet
protected class PackageServlet.UpdateOperation extends Object implements ServletOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UpdateOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIt(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource)
protected Map<String,Object>
getParameters(org.apache.sling.api.SlingHttpServletRequest request)
-
-
-
Method Detail
-
getParameters
protected Map<String,Object> getParameters(org.apache.sling.api.SlingHttpServletRequest request) throws IOException
- Throws:
IOException
-
doIt
public void doIt(@Nonnull org.apache.sling.api.SlingHttpServletRequest request, @Nonnull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource) throws javax.jcr.RepositoryException, IOException
- Specified by:
doIt
in interfaceServletOperation
- Throws:
javax.jcr.RepositoryException
IOException
-
-