Uses of Class
org.apache.jackrabbit.server.io.ExportContext

Packages that use ExportContext
org.apache.jackrabbit.server.io   
 

Uses of ExportContext in org.apache.jackrabbit.server.io
 

Methods in org.apache.jackrabbit.server.io that return ExportContext
 ExportContext ExportContext.createSubContext(Node node)
          Creates a new sub context which bases on this contexts properties
 

Methods in org.apache.jackrabbit.server.io with parameters of type ExportContext
 boolean PrimaryItemExportCommand.execute(ExportContext context)
          Executs this command using the given export context.
 boolean FileExportCommand.exportNode(ExportContext context, Node content)
          Exports the node by returning the content of the jcr:data property of the content node.
 boolean DirListingExportCommand.execute(ExportContext context)
          Executes this command.
 boolean XMLExportCommand.exportNode(ExportContext context, Node content)
          Creates a docview response for the given node.
 boolean AbstractExportCommand.execute(ExportContext context)
          Executs this command using the given export context.
abstract  boolean AbstractExportCommand.exportNode(ExportContext context, Node content)
          Creates the response content.
 



Copyright © 2005 . All Rights Reserved.