org.w3c.tidy.servlet.reports
Class Report
java.lang.Object
org.w3c.tidy.servlet.reports.Report
- public class Report
- extends java.lang.Object
Report code used by ReportTag and TidyServlet
- Version:
- $Revision: 1.10 $ ($Author: vlads $)
- Author:
- Vlad Skarzhevskyy skarzhevskyy@gmail.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Report
public Report(ResponseRecordRepository responseRecordRepository)
Report
public Report(javax.servlet.http.HttpSession httpSession)
print
public void print(java.io.Writer writer,
java.lang.String key)
throws java.io.IOException
- Throws:
java.io.IOException
setCompletePage
public void setCompletePage(boolean completePage)
- Parameters:
completePage
- The completePage to set.
setView
public void setView(boolean view)
- Parameters:
view
- The view to set.
setPrintSource
public void setPrintSource(boolean printSource)
- Parameters:
printSource
- The printSource to set.
setWrapSource
public void setWrapSource(boolean wrapSource)
- Parameters:
wrapSource
- The wrapSource to set.
setPrintHtmlResult
public void setPrintHtmlResult(boolean printHtmlResult)
- Parameters:
printHtmlResult
- The printHtmlResult to set.
setWrapLen
public void setWrapLen(int wrapLen)
- Parameters:
wrapLen
- The wrapLen to set.
Copyright © 2004-2005 sourceforge. All Rights Reserved.