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 |
Constructor and Description |
---|
ExportContextImpl(Item exportRoot,
OutputContext outputCtx) |
Modifier and Type | Method and Description |
---|---|
void |
DavResource.spool(OutputContext outputContext)
Spools the resource properties and ev.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputContextImpl
OutputContextImpl ... |
Modifier and Type | Method and Description |
---|---|
void |
DefaultItemCollection.spool(OutputContext outputContext)
If this resource represents an existing
Node the system
view is spooled as resource content. |
void |
DefaultItemResource.spool(OutputContext outputContext)
In case an underlying repository
property exists the following
logic is applied to spool the property content:
Property is not multi valued: Return the stream 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) |
Modifier and Type | Method and Description |
---|---|
protected OutputContext |
AbstractWebdavServlet.getOutputContext(DavServletResponse response,
OutputStream out)
Return a new
OutputContext used for spooling resource properties and
the resource content |
Modifier and Type | Method and Description |
---|---|
protected ExportContext |
DavResourceImpl.getExportContext(OutputContext outputCtx)
Returns a new
ExportContext |
void |
DavResourceImpl.spool(OutputContext outputContext)
If this resource exists and the specified context is not
null
this implementation build a new ExportContext based on the specified
context and forwards the export to its IOManager . |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.