org.equanda.reporting.i18n
Interface ReportResolver

All Known Implementing Classes:
FileResolver, ServletResolver

public interface ReportResolver

Utility class to allow building reports which can get their data from any location.

Author:
Joachim Van der Auwera

Method Summary
 InputStream getImageInputStream(String target)
          Get the InputStream for an image resource.
 InputStream getInputStream(String target)
          Get the InputStream for a report resource (normally a subreport).
 

Method Detail

getInputStream

InputStream getInputStream(String target)
                           throws Exception
Get the InputStream for a report resource (normally a subreport).

Parameters:
target - name of target
Returns:
InputStream with the resource
Throws:
Exception

getImageInputStream

InputStream getImageInputStream(String target)
                                throws Exception
Get the InputStream for an image resource.

Parameters:
target - name of target
Returns:
InputStream with the resource
Throws:
Exception


Copyright © 2007-2009. All Rights Reserved.