FileDocCategorySizeDatePackage
HTMLComponent.javaAPI DocGlassfish v2 API2829Fri May 04 22:34:48 BST 2007com.sun.enterprise.diagnostics.report.html

HTMLComponent

public interface HTMLComponent
This is the root interface for all HTML components.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringtoString()
Return a string representation of this component.

return
A string.

public voidwrite(java.io.Writer output)
Write this HTML component to the specified stream.

param
output An output writer.
return
This component.
throws
IOException An input / output error occurred.

public voidwrite(java.io.File file)
Write this HTML component to the specified file.

param
file A file.
return
This component.
throws
IOException An input / output error occurred.