net.sf.jasperreports.jsf.context
Interface ReportRenderRequest


public interface ReportRenderRequest

Represents a report render request.

Author:
A. Alonso Dominguez

Method Summary
 String getReportClientId()
          Obtains the report client id.
 String getViewId()
          Obtains the view id.
 void release()
          Release the request.
 

Method Detail

getReportClientId

String getReportClientId()
Obtains the report client id.

Returns:
the report client id.

getViewId

String getViewId()
Obtains the view id.

Returns:
the view id.

release

void release()
Release the request.



Copyright © 2011 SourceForge.net. All Rights Reserved.