Uses of Interface
org.apache.jackrabbit.webdav.io.OutputContext

Packages that use OutputContext
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   
 

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

Constructors in org.apache.jackrabbit.server.io with parameters of type OutputContext
ExportContextImpl(Item exportRoot, OutputContext outputCtx)
           
 

Uses of OutputContext in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav with parameters of type OutputContext
 void DavResource.spool(OutputContext outputContext)
          Spools the resource properties and ev. content to the specified context (e.g. to respond to a 'GET' or 'HEAD' request).
 

Uses of OutputContext in org.apache.jackrabbit.webdav.io
 

Classes in org.apache.jackrabbit.webdav.io that implement OutputContext
 class OutputContextImpl
          OutputContextImpl...
 

Uses of OutputContext in org.apache.jackrabbit.webdav.jcr
 

Methods in org.apache.jackrabbit.webdav.jcr with parameters of type OutputContext
 void WorkspaceResourceImpl.spool(OutputContext outputContext)
          Sets content lengths to '0' and retrieves the modification time.
 void RootCollection.spool(OutputContext outputContext)
          Sets content lengths to '0' and retrieves the modification time.
 void DefaultItemResource.spool(OutputContext outputContext)
          In case an underlying repository property exists the following logic is applyed to spool the property content: Property is not multi valued: Return the stream representation of the property value.
 void DefaultItemCollection.spool(OutputContext outputContext)
          If this resource represents an existing Node the system view is spooled as resource content.
 

Uses of OutputContext in org.apache.jackrabbit.webdav.server
 

Methods in org.apache.jackrabbit.webdav.server that return OutputContext
protected  OutputContext AbstractWebdavServlet.getOutputContext(DavServletResponse response, OutputStream out)
          Return a new OutputContext used for spooling resource properties and the resource content
 

Uses of OutputContext in org.apache.jackrabbit.webdav.simple
 

Methods in org.apache.jackrabbit.webdav.simple with parameters of type OutputContext
protected  ExportContext DavResourceImpl.getExportContext(OutputContext outputCtx)
          Returns a new ExportContext
 void DavResourceImpl.spool(OutputContext outputContext)
          If this resource exists and the specified context is not null this implementation build a new ExportContext based on the specified context and forwards the export to its IOManager.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.