PropertiesChecker
and EngineFactory
instead.@Deprecated public class ReportServlet extends com.inet.http.PluginDispatcherServlet implements PropertiesChecker
Modifier and Type | Method and Description |
---|---|
void |
checkHtmlPageProperties(java.util.Properties props)
Deprecated.
As of i-net Clear Reports 15.0 use the configuration to set a PropertyChecker.
|
void |
checkProperties(java.util.Properties props,
java.lang.Object req)
Deprecated.
As of i-net Clear Reports 15.0 use the configuration to set a PropertyChecker.
|
void |
checkProperties(java.util.Properties props)
Deprecated.
As of i-net Clear Reports 15.0 use the configuration to set a PropertyChecker.
|
void |
checkProperties(Engine engine,
java.util.Properties immutableProperties,
java.lang.Object req)
Deprecated.
As of i-net Clear Reports 15.0 use the configuration to set a PropertyChecker.
|
void |
checkProperties(Engine engine,
java.util.Properties immutableProperties)
Deprecated.
As of i-net Clear Reports 15.0 use the configuration to set a PropertyChecker.
|
@Deprecated public void checkProperties(java.util.Properties props, java.lang.Object req) throws ReportException
if(...) props.put("report", "file:///c:/my-report.rpt");
checkProperties
in interface PropertiesChecker
props
- The user properties. All keys are lowercase.req
- The javax.servlet.http.HttpServletRequest or null if not in a server.ReportException
- If an error occurred during checking the
supplied properties with the current PropertiesChecker.
The ReportException will be send to the client and displayed in the Java viewer.PropertiesChecker.checkProperties(Engine engine, Properties prop, Object req)
@Deprecated public void checkProperties(java.util.Properties props) throws ReportException
checkProperties(Properties, Object)
and is equivalent to
checkProperties(props, null).props
- The user properties.ReportException
- If an error occurred during checking the supplied properties with the current
PropertiesChecker. The ReportException will be send to the client and displayed in the Java viewer.checkProperties(Properties, Object)
@Deprecated public void checkProperties(Engine engine, java.util.Properties immutableProperties, java.lang.Object req) throws ReportException
engine.setSchema(...);
engine.setProperty(...);
checkProperties
in interface PropertiesChecker
engine
- The initialized engine that have parsed the rpt file already.immutableProperties
- The user properties. All keys are lowercase.req
- The javax.servlet.http.HttpServletRequest or null if not in a server.ReportException
- If an error occurred during checking the
supplied properties with the current PropertiesChecker.
The ReportException will be send to the client and displayed in the Java viewer.
@Deprecated public void checkProperties(Engine engine, java.util.Properties immutableProperties) throws ReportException
checkProperties(Engine, Properties, Object)
and is equivalent to
checkProperties(engine, prop, null).engine
- The initialized engine that have parsed the rpt file already.immutableProperties
- The user properties.ReportException
- If an error occurred during checking the supplied properties with the current
PropertiesChecker. The ReportException will be send to the client and displayed in the Java viewer.checkProperties(Engine, Properties, Object)
@Deprecated public void checkHtmlPageProperties(java.util.Properties props) throws ReportException
checkHtmlPageProperties
in interface PropertiesChecker
props
- The properties of the html page. Any change to this properties object itself has absolutely no effect. All keys are lowercase.
See Example MyReportServlet_withMyHTMLProperties.java
.ReportException
- If an error occurred during checking the
supplied properties with the current PropertiesChecker.PropertiesChecker.checkProperties(Engine engine, Properties prop, Object req)
,
PropertiesChecker.checkProperties(Properties prop, Object req)
Copyright © 1999-2018 by i-net software GmbH