org.apache.sling.servlets.post.impl.operations
Class DeleteOperation
java.lang.Object
org.apache.sling.servlets.post.AbstractSlingPostOperation
org.apache.sling.servlets.post.impl.operations.DeleteOperation
- All Implemented Interfaces:
- SlingPostOperation
public class DeleteOperation
- extends AbstractSlingPostOperation
The DeleteOperation
class implements the
delete
operation for the Sling default POST servlet.
Methods inherited from class org.apache.sling.servlets.post.AbstractSlingPostOperation |
checkoutIfNecessary, externalizePath, findVersionableAncestor, getApplyToResources, getItemPath, getVersioningConfiguration, hasItemPathPrefix, isSkipCheckin, isVersionable, orderNode, removeAndValidateWorkspace, requireItemPathPrefix, resolvePath, run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteOperation
public DeleteOperation()
doRun
protected void doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
throws javax.jcr.RepositoryException
- Specified by:
doRun
in class AbstractSlingPostOperation
- Throws:
javax.jcr.RepositoryException
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.