Interface sun.server.html.HtmlElement
All Packages Class Hierarchy This Package Previous Next Index
Interface sun.server.html.HtmlElement
- public interface HtmlElement
- extends Object
interface for objects to write themselves out as html
-
write(OutputStream)
- write this object out as html
write
public abstract void write(OutputStream out) throws IOException
- write this object out as html
- Parameters:
- out - OutputStream to write yourself to
All Packages Class Hierarchy This Package Previous Next Index