|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InputContext in org.apache.jackrabbit.server.io |
|---|
| Constructors in org.apache.jackrabbit.server.io with parameters of type InputContext | |
|---|---|
ImportContextImpl(Item importRoot,
String systemId,
InputContext inputCtx)
Creates a new item import context with the given root item and the specified InputContext. |
|
ImportContextImpl(Item importRoot,
String systemId,
InputContext inputCtx,
MimeResolver mimeResolver)
Creates a new item import context with the given root item and the specified InputContext. |
|
| Uses of InputContext in org.apache.jackrabbit.webdav |
|---|
| Methods in org.apache.jackrabbit.webdav with parameters of type InputContext | |
|---|---|
void |
DavResource.addMember(DavResource resource,
InputContext inputContext)
Add the given resource as an internal member to this resource. |
| Uses of InputContext in org.apache.jackrabbit.webdav.io |
|---|
| Classes in org.apache.jackrabbit.webdav.io that implement InputContext | |
|---|---|
class |
InputContextImpl
InputContextImpl class encapsulates the InputStream
and some header values as present in the POST, PUT or MKCOL request. |
| Uses of InputContext in org.apache.jackrabbit.webdav.jcr |
|---|
| Methods in org.apache.jackrabbit.webdav.jcr with parameters of type InputContext | |
|---|---|
void |
WorkspaceResourceImpl.addMember(DavResource resource,
InputContext inputContext)
Throws 403 exception (Forbidden) |
void |
RootCollection.addMember(DavResource resource,
InputContext inputContext)
Throws exception: 403 Forbidden. |
void |
DefaultItemResource.addMember(DavResource resource,
InputContext inputContext)
Method is not allowed. |
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. |
| Uses of InputContext in org.apache.jackrabbit.webdav.server |
|---|
| Methods in org.apache.jackrabbit.webdav.server that return InputContext | |
|---|---|
protected InputContext |
AbstractWebdavServlet.getInputContext(DavServletRequest request,
InputStream in)
Return a new InputContext used for adding resource members |
| Uses of InputContext in org.apache.jackrabbit.webdav.simple |
|---|
| Methods in org.apache.jackrabbit.webdav.simple with parameters of type InputContext | |
|---|---|
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. |
void |
DavResourceImpl.addMember(DavResource member,
InputContext inputContext)
Adds a new member to this resource. |
protected ImportContext |
DavResourceImpl.getImportContext(InputContext inputCtx,
String systemId)
Returns a new ImportContext |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||