biz.hammurapi.web.mda
Class ZipRootChannel

java.lang.Object
  extended bybiz.hammurapi.web.mda.AbstractChannel
      extended bybiz.hammurapi.web.mda.MemoryChannelBase
          extended bybiz.hammurapi.web.mda.ZipRootChannel
All Implemented Interfaces:
biz.hammurapi.util.Attributable, Channel

public class ZipRootChannel
extends MemoryChannelBase

Outputs channels to files.

Author:
Pavel

Constructor Summary
ZipRootChannel()
           
 
Method Summary
protected  java.lang.String entryName(java.lang.String channelName)
          Converts channel name to file name.
 void flush(java.io.OutputStream out)
           
 
Methods inherited from class biz.hammurapi.web.mda.MemoryChannelBase
createSubChannel, createWriter
 
Methods inherited from class biz.hammurapi.web.mda.AbstractChannel
getAttribute, getChannel, getChannel, getParts, getWriter, getWriter, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipRootChannel

public ZipRootChannel()
Method Detail

entryName

protected java.lang.String entryName(java.lang.String channelName)
Converts channel name to file name. By default returns channel name.

Parameters:
channelName -
Returns:

flush

public void flush(java.io.OutputStream out)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006 Hammurapi Group. All Rights Reserved.