Class Summary |
AbstractCommand |
This Class implements an abstract command |
AbstractContext |
|
AbstractExportCommand |
This Class implements an abstract export command for a nc-resource. |
AbstractImportCommand |
This Class implements an abstract import command for a nc-resource. |
AddMixinCommand |
This Class implements a import command that adds a mixin node type to the
current node. |
AddNodeCommand |
This Class implements a import command that adds a child node to the
current node. |
BoundedInputStream |
This is a stream that will only supply bytes up to a certain length - if its
position goes above that, it will stop. |
CheckinCommand |
This Class implements a import command that saves the current node. |
DirListingExportCommand |
This Class implements a collection export command that produces a HTML
directory listing of all child nodes. |
ExportCollectionChain |
This Class implements a default chain for exporting collection resources. |
ExportContext |
This Class implements a export context which is passed to the respective
export commands. |
ExportResourceChain |
This Class implements a default chain for exporting non collection resources. |
FileExportCommand |
This Class implements a export command that returns the data included in the
jcr:data property of a nt:resource node. |
FileImportCommand |
This Class implements an import command that creates a "nt:resource" node or
of any other configured nodetype below the current node and adds the resource
data as binary property. |
ImportCollectionChain |
This Class implements a default chain for importing collection resources. |
ImportContext |
This Class implements an import context which is passed to the respective
import commands. |
ImportResourceChain |
This Class implements a default chain for importing non-collection resources. |
MimeResolver |
This Class implements a very simple mime type resolver. |
PrimaryItemExportCommand |
This Class implements an abstract export command for a nc-resource. |
SaveCommand |
This Class implements a import command that saves the current node. |
SetContentTypeCommand |
This Class implements... |
XMLExportCommand |
This Class implements an export command that generates a docview or
sysview of the node to be exported. |
XMLImportCommand |
This Class implements an import command that deserializes the xml contained
in the import stream, using Session.importXML(String, java.io.InputStream, int) . |
ZIPImportCommand |
This Class implements an import command that reads entries from a zip input
stream and delegates the extracted file back to the import chain. |