Class JRBaseReportTemplate

    • Field Detail

    • Method Detail

      • getSourceExpression

        public JRExpression getSourceExpression()
        Description copied from interface: JRReportTemplate
        Returns the template source expression.

        The expression type should be (compatible with) one of java.lang.String, java.io.File, java.net.URL, java.io.InputStream (in which cases the template is loaded via JRXmlTemplateLoader) or JRTemplate .

        Specified by:
        getSourceExpression in interface JRReportTemplate
        Returns:
        the template source expression
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object