Class AbstractSlingPostOperation

java.lang.Object
org.apache.sling.servlets.post.AbstractPostOperation
org.apache.sling.servlets.post.AbstractSlingPostOperation
All Implemented Interfaces:
PostOperation, SlingPostOperation

public abstract class AbstractSlingPostOperation extends AbstractPostOperation implements SlingPostOperation
Deprecated.
as of 2.0.8 (Bundle version 2.2.0) and replaced by AbstractPostOperation.
The AbstractSlingPostOperation is the abstract base class implementation of the SlingPostOperation interface extending the new AbstractPostOperation.

This class exists for backwards compatibility. Existing implementations are advised to migrate to the new AbstractPostOperation.