Package com.logicaldoc.webdav.resource
Class RangeResourceImpl
java.lang.Object
com.logicaldoc.webdav.resource.DavResourceImpl
com.logicaldoc.webdav.resource.RangeResourceImpl
- All Implemented Interfaces:
- Serializable,- org.apache.jackrabbit.webdav.DavResource
- See Also:
- 
Field SummaryFields inherited from interface org.apache.jackrabbit.webdav.DavResourceMETHODS
- 
Constructor SummaryConstructorsConstructorDescriptionRangeResourceImpl(org.apache.jackrabbit.webdav.DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfiguration config, Resource resource, org.apache.commons.lang3.tuple.Pair<String, String> requestRange) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidspool(org.apache.jackrabbit.webdav.io.OutputContext outputContext) If this resource exists and the specified context is notnullthis implementation build a newExportContextbased on the specified context and forwards the export to itsIOManager.Methods inherited from class com.logicaldoc.webdav.resource.DavResourceImpladdLockManager, addMember, alterProperties, alterProperties, copy, exists, getCollection, getComplianceClass, getDisplayName, getExportContext, getFactory, getHref, getLocator, getLock, getLocks, getMembers, getModificationTime, getProperties, getProperty, getPropertyNames, getResourcePath, getSession, getSupportedMethods, hasLock, isCollection, isLockable, lock, move, refreshLock, removeMember, removeProperty, setProperty, unlock
- 
Constructor Details- 
RangeResourceImplpublic RangeResourceImpl(org.apache.jackrabbit.webdav.DavResourceLocator locator, DavResourceFactory factory, WebdavSession session, ResourceConfiguration config, Resource resource, org.apache.commons.lang3.tuple.Pair<String, String> requestRange) 
 
- 
- 
Method Details- 
spoolDescription copied from class:DavResourceImplIf this resource exists and the specified context is notnullthis implementation build a newExportContextbased on the specified context and forwards the export to itsIOManager. If theIOManager.exportContent(ExportContext, DavResource)fails, anIOExceptionis thrown.- Specified by:
- spoolin interface- org.apache.jackrabbit.webdav.DavResource
- Overrides:
- spoolin class- DavResourceImpl
- Throws:
- IOException- if the export fails
- See Also:
 
 
-