net.firstpartners.nounit.report
Class SimpleReport

java.lang.Object
  |
  +--net.firstpartners.nounit.report.AbstractReport
        |
        +--net.firstpartners.nounit.report.SimpleReport
All Implemented Interfaces:
IReport
Direct Known Subclasses:
CallsReport

public class SimpleReport
extends AbstractReport


Field Summary
static java.lang.String OUTPUT_FILE
          Key that the final output name is stored under in the WebPackage
static java.lang.String XSLT_REPORT
          Key that the XSLT report is stored under in the WebPackage
 
Constructor Summary
SimpleReport()
           
 
Method Summary
 void makeReport(CommandPackage inPackage)
          Transform the XML into a simple report - uses Xalan (XML->HTML convertor)
 
Methods inherited from class net.firstpartners.nounit.report.AbstractReport
transformFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSLT_REPORT

public static final java.lang.String XSLT_REPORT
Key that the XSLT report is stored under in the WebPackage

OUTPUT_FILE

public static final java.lang.String OUTPUT_FILE
Key that the final output name is stored under in the WebPackage
Constructor Detail

SimpleReport

public SimpleReport()
Method Detail

makeReport

public void makeReport(CommandPackage inPackage)
                throws javax.xml.transform.TransformerException,
                       javax.xml.transform.TransformerConfigurationException,
                       java.io.IOException,
                       java.io.FileNotFoundException,
                       NoUnitException
Transform the XML into a simple report - uses Xalan (XML->HTML convertor)
Overrides:
makeReport in class AbstractReport
Parameters:
inPackage - - CommandPackage with required parameters
Throws:
javax.xml.transform.TransformerException -  
javax.xml.transform.TransformerConfigurationException -  
java.io.IOException -  
java.io.FileNotFoundException -