Class sun.server.html.HtmlText
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.html.HtmlText

java.lang.Object
   |
   +----sun.server.html.HtmlText

public class HtmlText
extends Object
implements HtmlElement
text element for regular text you want to insert in the html

Constructor Index

 o HtmlText(String)

Method Index

 o print(OutputStream, String)
 o write(OutputStream)

Constructors

 o HtmlText
  public HtmlText(String text)
Parameters:
text - String to insert into the html

Methods

 o write
  public void write(OutputStream out) throws IOException
Parameters:
out - Output stream to write html to
 o print
  public static void print(OutputStream out,
                           String s) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index