org.jboss.seam.reports.spi
Class CharSequenceReport

java.lang.Object
  extended by org.jboss.seam.reports.spi.CharSequenceReport
All Implemented Interfaces:
Serializable, Report

public class CharSequenceReport
extends Object
implements Report

See Also:
Serialized Form

Constructor Summary
CharSequenceReport(CharSequence charSequence, ReportDefinition reportDefinition)
           
 
Method Summary
 CharSequence getDelegate()
          Return the underlying provider object for the Report, if available
 ReportDefinition getReportDefinition()
          Return the definition (if available) that this report was based
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharSequenceReport

public CharSequenceReport(CharSequence charSequence,
                          ReportDefinition reportDefinition)
Method Detail

getReportDefinition

public ReportDefinition getReportDefinition()
Description copied from interface: Report
Return the definition (if available) that this report was based

Specified by:
getReportDefinition in interface Report
Returns:
the ReportDefinition used to create this Report or null if not available

getDelegate

public CharSequence getDelegate()
Description copied from interface: Report
Return the underlying provider object for the Report, if available

Specified by:
getDelegate in interface Report
Returns:
The result of this method is implementation specific


Copyright © 2011 Seam Framework. All Rights Reserved.