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 |
---|
ImportContextImpl(Item importRoot,
String systemId,
InputContext inputCtx,
InputStream stream,
IOListener ioListener,
org.apache.tika.detect.Detector detector)
Creates a new item import context.
|
Modifier and Type | Method and Description |
---|---|
void |
DavResource.addMember(DavResource resource,
InputContext inputContext)
Add the given resource as an internal member to this resource.
|
Modifier and Type | Class and Description |
---|---|
class |
InputContextImpl
InputContextImpl class encapsulates the InputStream
and some header values as present in the POST, PUT or MKCOL request. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultItemCollection.addMember(DavResource resource,
InputContext inputContext)
If the specified resource represents a collection, a new node is
added to the item represented by this resource. |
void |
DefaultItemResource.addMember(DavResource resource,
InputContext inputContext)
Method is not allowed.
|
void |
EventJournalResourceImpl.addMember(DavResource resource,
InputContext inputContext) |
void |
RootCollection.addMember(DavResource resource,
InputContext inputContext)
Throws exception: 403 Forbidden.
|
void |
WorkspaceResourceImpl.addMember(DavResource resource,
InputContext inputContext)
Throws 403 exception (Forbidden)
|
Modifier and Type | Method and Description |
---|---|
protected InputContext |
AbstractWebdavServlet.getInputContext(DavServletRequest request,
InputStream in)
Return a new
InputContext used for adding resource members |
Modifier and Type | Method and Description |
---|---|
void |
DavResourceImpl.addMember(DavResource member,
InputContext inputContext)
Adds a new member to this resource.
|
void |
VersionHistoryResourceImpl.addMember(DavResource member,
InputContext inputContext)
The version storage is read-only -> fails with 403.
|
void |
VersionResourceImpl.addMember(DavResource member,
InputContext inputContext)
The version storage is read-only -> fails with 403.
|
protected ImportContext |
DavResourceImpl.getImportContext(InputContext inputCtx,
String systemId)
Returns a new
ImportContext |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.