Package net.sf.jasperreports.engine
Interface ReportContext
-
- All Known Implementing Classes:
SimpleReportContext,WebReportContext
public interface ReportContext- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringREQUEST_PARAMETER_APPLICATION_DOMAIN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearParameterValues()booleancontainsParameter(String parameterName)StringgetId()ObjectgetParameterValue(String parameterName)Map<String,Object>getParameterValues()ObjectremoveParameterValue(String parameterName)voidsetParameterValue(String parameterName, Object value)
-
-
-
Field Detail
-
REQUEST_PARAMETER_APPLICATION_DOMAIN
static final String REQUEST_PARAMETER_APPLICATION_DOMAIN
- See Also:
- Constant Field Values
-
-