net.sf.regain.util.io
Interface Printer
- All Known Implementing Classes:
- JspPageResponse, PageResponse, SimplePageResponse
public interface Printer
An interface for printing Strings. This is needed for separating
MemoryAppender
from
PageResponse
. Otherwise the
MemoryAppender couldn't be used without having PageResponse in the classpath.
- Author:
- Tilman Schneider, STZ-IDA an der HS Karlsruhe
print
void print(String text)
throws RegainException
- Prints a text.
- Parameters:
text
- The text to print.
- Throws:
RegainException
- If printing failed.
Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info