Serialized Form


Package org.apache.jackrabbit.server

Class org.apache.jackrabbit.server.AbstractWebdavServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.jackrabbit.server.io

Class org.apache.jackrabbit.server.io.AbstractContext extends Properties implements Serializable

Class org.apache.jackrabbit.server.io.ExportContext extends AbstractContext implements Serializable

Serialized Fields

node

Node node
the node to be exported


inputStream

InputStream inputStream
the input stream that needs to be set by the export commands


contentLength

long contentLength
the content length of the data in the input stream


modificationTime

long modificationTime
the last modifiaction time of the resource


creationTime

long creationTime
the creation time of the resource


contentType

String contentType
the content type of the resource


contentLanguage

String contentLanguage
The content language of the resource


etag

String etag
the ETag of the resource

Class org.apache.jackrabbit.server.io.ImportContext extends AbstractContext implements Serializable

Serialized Fields

importRoot

Node importRoot
The import root node, i.e. the parent node of the new content.


node

Node node
The 'current' node.


inputStream

InputStream inputStream
The input stream of the resource data


systemId

String systemId
The systemid of the resource, eg. the display name of a dav resource, the filename of a file, etc.


contentType

String contentType
The content type of the resource to be imported.


contentLanguage

String contentLanguage
The content language of the resource to be imported.


modificationTime

long modificationTime
The modification time of the resource, if known


Package org.apache.jackrabbit.webdav.jcr

Class org.apache.jackrabbit.webdav.jcr.JcrDavException extends org.apache.jackrabbit.webdav.DavException implements Serializable

Serialized Fields

exceptionClass

Class exceptionClass


Package org.apache.jackrabbit.webdav.jcr.nodetype

Class org.apache.jackrabbit.webdav.jcr.nodetype.NodeTypeElement extends org.jdom.Element implements Serializable



Copyright © 2005 . All Rights Reserved.