public class SimpleReportContext extends Object implements ReportContext
REQUEST_PARAMETER_APPLICATION_DOMAIN| Constructor and Description |
|---|
SimpleReportContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameter(String parameterName) |
String |
getId() |
Object |
getParameterValue(String parameterName) |
void |
setParameterValue(String parameterName,
Object value) |
public String getId()
getId in interface ReportContextpublic Object getParameterValue(String parameterName)
getParameterValue in interface ReportContextpublic void setParameterValue(String parameterName, Object value)
setParameterValue in interface ReportContextpublic boolean containsParameter(String parameterName)
containsParameter in interface ReportContextCopyright © 2015. All rights reserved.