org.pentaho.platform.engine.services.outputhandler
Class ZipOutputHandler

java.lang.Object
  extended by org.pentaho.platform.engine.services.outputhandler.BaseOutputHandler
      extended by org.pentaho.platform.engine.services.outputhandler.ZipOutputHandler
All Implemented Interfaces:
IContentOutputHandler, IMimeTypeListener

public class ZipOutputHandler
extends BaseOutputHandler


Constructor Summary
ZipOutputHandler()
           
 
Method Summary
 IContentItem getFileOutputContentItem()
          Returns a content item that can be used to stream content to a destination of some kind
 
Methods inherited from class org.pentaho.platform.engine.services.outputhandler.BaseOutputHandler
getActionName, getContentRef, getHandlerId, getInstanceId, getMimeType, getSession, getSolutionName, getSolutionPath, setActionName, setContentRef, setHandlerId, setInstanceId, setMimeType, setName, setSession, setSolutionName, setSolutionPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipOutputHandler

public ZipOutputHandler()
Method Detail

getFileOutputContentItem

public IContentItem getFileOutputContentItem()
Description copied from interface: IContentOutputHandler
Returns a content item that can be used to stream content to a destination of some kind

Specified by:
getFileOutputContentItem in interface IContentOutputHandler
Specified by:
getFileOutputContentItem in class BaseOutputHandler