public interface

DownloadResourceWriter

com.atlassian.confluence.importexport.resource.DownloadResourceWriter
Known Indirect Subclasses

Summary

Public Methods
abstract String getResourcePath()
The relative URL of the resource, including the application context path.
abstract OutputStream getStreamForWriting()
The output stream for writing the resource.

Public Methods

public abstract String getResourcePath ()

The relative URL of the resource, including the application context path.

Returns
  • the relative URL of the resource

public abstract OutputStream getStreamForWriting ()

The output stream for writing the resource. The client is responsible for closing the returned stream in a finally block.

Returns