Uses of Interface
org.apache.jackrabbit.webdav.io.OutputContext
- 
Packages that use OutputContext Package Description org.apache.jackrabbit.server.io The jackrabbit webdav server uses the classes defined in this package in order to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH and PROPFIND, GET, HEAD requests, respectively.org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.io org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.server org.apache.jackrabbit.webdav.simple  - 
- 
Uses of OutputContext in org.apache.jackrabbit.server.io
Constructors in org.apache.jackrabbit.server.io with parameters of type OutputContext Constructor Description ExportContextImpl(Item exportRoot, OutputContext outputCtx) - 
Uses of OutputContext in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav with parameters of type OutputContext Modifier and Type Method Description voidDavResource. spool(OutputContext outputContext)Spools the resource properties and ev. - 
Uses of OutputContext in org.apache.jackrabbit.webdav.io
Classes in org.apache.jackrabbit.webdav.io that implement OutputContext Modifier and Type Class Description classOutputContextImplOutputContextImpl... - 
Uses of OutputContext in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type OutputContext Modifier and Type Method Description voidDefaultItemCollection. spool(OutputContext outputContext)If this resource represents an existingNodethe system view is spooled as resource content.voidDefaultItemResource. spool(OutputContext outputContext)In case an underlying repositorypropertyexists the following logic is applied to spool the property content: Property is not multi valued: Return thestream representationof the property value. Property is multivalue: Return the xml representation of the values.voidEventJournalResourceImpl. spool(OutputContext outputContext)voidRootCollection. spool(OutputContext outputContext)Sets content lengths to '0' and retrieves the modification time.voidWorkspaceResourceImpl. spool(OutputContext outputContext) - 
Uses of OutputContext in org.apache.jackrabbit.webdav.server
Methods in org.apache.jackrabbit.webdav.server that return OutputContext Modifier and Type Method Description protected OutputContextAbstractWebdavServlet. getOutputContext(DavServletResponse response, OutputStream out)Return a newOutputContextused for spooling resource properties and the resource content - 
Uses of OutputContext in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type OutputContext Modifier and Type Method Description protected ExportContextDavResourceImpl. getExportContext(OutputContext outputCtx)Returns a newExportContextvoidDavResourceImpl. spool(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. 
 -