org.apache.sling.servlets.post.impl.operations
Class DeleteOperation

java.lang.Object
  extended by org.apache.sling.servlets.post.AbstractSlingPostOperation
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.sling.servlets.post.AbstractSlingPostOperation
log
 
Fields inherited from interface org.apache.sling.servlets.post.SlingPostOperation
PROP_OPERATION_NAME, SERVICE_NAME
 
Constructor Summary
DeleteOperation()
           
 
Method Summary
protected  void doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes)
           
 
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
 

Constructor Detail

DeleteOperation

public DeleteOperation()
Method Detail

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.