Class DeleteHelperImpl

java.lang.Object
io.milton.http.DeleteHelperImpl
All Implemented Interfaces:
DeleteHelper

public class DeleteHelperImpl extends Object implements DeleteHelper
Default implementation of DeleteHelper It will delegate to the resource if it implements DeletableCollectionResource, otherwise it will walk the collection if its a CollectionResource, and finally will just call handlerHelper.isLockedOut otherwise