| biz.hammurapi.web.mda.SubChannel
All known Subclasses: biz.hammurapi.web.mda.MemorySubChannel,
flush | void flush(Writer writer) throws IOException(Code) | | Outputs all parts to writer and clears all attributtes.
Channel shall not be used afer flush() is invoked.
Parameters: writer - throws: IOException - |
getFooter | Writer getFooter()(Code) | | Footer writer. Footer is output after any other parts. |
getHeader | Writer getHeader()(Code) | | Header writer. Header is output before any other parts. |
setPartsComparator | void setPartsComparator(Comparator partsComparator)(Code) | | Sets part order. By default parts are ordered by their retrieval order. E.g. if part 'body'
was requested before part 'body2' then it will be output before 'body2'.
Parameters: partNames - |
|
|