SimpleServlets v5.5.0

com.simpleservlets.htmlobjects
Interface HTMLPrinter

All Known Implementing Classes:
ByteArrayHTMLPrinter

public interface HTMLPrinter

Generic interface for printing HTML. Used by TreeClimber to send the output of traversing the HTML tree. See HTMLUtil's send methods for convenient ways of sending entire pages.

Author:
Paul Hyde

Method Summary
 void out(String s)
          Appends the specified string to the output.
 void outln(String line)
          Appends the specified string to the output followed by HTMLString.NEWLINE.
 

Method Detail

out

void out(String s)
Appends the specified string to the output.


outln

void outln(String line)
Appends the specified string to the output followed by HTMLString.NEWLINE.


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.