org.owasp.orizon.report
Class PlainHtmlFormatter

java.lang.Object
  extended by org.owasp.orizon.report.PlainHtmlFormatter
All Implemented Interfaces:
Formatter

public class PlainHtmlFormatter
extends java.lang.Object
implements Formatter


Field Summary
 
Fields inherited from interface org.owasp.orizon.report.Formatter
HTML_FORMATTING, PLAIN_FORMATTING, XML_FORMATTING
 
Constructor Summary
PlainHtmlFormatter()
           
 
Method Summary
 java.lang.String footer(java.lang.String s)
           
 java.lang.String format(Reportable r)
           
 java.lang.String format(java.lang.String s)
           
 java.lang.String header(java.lang.String s)
           
 java.lang.String horizontalLine()
           
 java.lang.String newLine()
           
 java.lang.String startListReportable()
           
 java.lang.String stopListReportable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainHtmlFormatter

public PlainHtmlFormatter()
Method Detail

footer

public java.lang.String footer(java.lang.String s)
Specified by:
footer in interface Formatter

format

public java.lang.String format(Reportable r)
Specified by:
format in interface Formatter

format

public java.lang.String format(java.lang.String s)
Specified by:
format in interface Formatter

header

public java.lang.String header(java.lang.String s)
Specified by:
header in interface Formatter

startListReportable

public java.lang.String startListReportable()
Specified by:
startListReportable in interface Formatter

stopListReportable

public java.lang.String stopListReportable()
Specified by:
stopListReportable in interface Formatter

newLine

public java.lang.String newLine()
Specified by:
newLine in interface Formatter

horizontalLine

public java.lang.String horizontalLine()
Specified by:
horizontalLine in interface Formatter