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 void
DavResource. 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 class
OutputContextImpl
OutputContextImpl
... -
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 void
DefaultItemCollection. spool(OutputContext outputContext)
If this resource represents an existingNode
the system view is spooled as resource content.void
DefaultItemResource. spool(OutputContext outputContext)
In case an underlying repositoryproperty
exists the following logic is applied to spool the property content: Property is not multi valued: Return thestream representation
of the property value. Property is multivalue: Return the xml representation of the values.void
EventJournalResourceImpl. spool(OutputContext outputContext)
void
RootCollection. spool(OutputContext outputContext)
Sets content lengths to '0' and retrieves the modification time.void
WorkspaceResourceImpl. 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 OutputContext
AbstractWebdavServlet. getOutputContext(DavServletResponse response, OutputStream out)
Return a newOutputContext
used 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 ExportContext
DavResourceImpl. getExportContext(OutputContext outputCtx)
Returns a newExportContext
void
DavResourceImpl. spool(OutputContext outputContext)
If this resource exists and the specified context is notnull
this implementation build a newExportContext
based on the specified context and forwards the export to itsIOManager
.
-