|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory
Use the implementing interface, IReportSourceFactory2
to access the members of this class.
Constructor Summary | |
JPEReportSourceFactory()
|
Method Summary | |
java.lang.Object |
createReportSource(java.lang.Object arg,
java.util.Locale loc)
Create a report source object based on the report string passed in. |
JPEReportSource |
createReportSource(java.lang.String docPath)
For internal use only. |
void |
dispose()
For internal use only. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JPEReportSourceFactory()
Method Detail |
public JPEReportSource createReportSource(java.lang.String docPath) throws ReportSDKException
For internal use only.
ReportSDKException
public java.lang.Object createReportSource(java.lang.Object arg, java.util.Locale loc) throws ReportSDKException
IReportSourceFactory2
createReportSource
in interface IReportSourceFactory2
arg
- A String
representing a report. (For example, "/reports/sample.rpt".)loc
- A Locale
object. (For example, request.getLocale()
)
ReportSDKException
public void dispose()
For internal use only.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |