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
-
HtmlText(String)
-
-
print(OutputStream, String)
-
-
write(OutputStream)
-
HtmlText
public HtmlText(String text)
- Parameters:
- text - String to insert into the html
write
public void write(OutputStream out) throws IOException
- Parameters:
- out - Output stream to write html to
print
public static void print(OutputStream out,
String s) throws IOException
All Packages Class Hierarchy This Package Previous Next Index