| java.lang.Object net.sf.jasperreports.engine.design.JRAbstractCompiler net.sf.jasperreports.compilers.JRBshCompiler
JRBshCompiler | public class JRBshCompiler extends JRAbstractCompiler (Code) | | author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRBshCompiler.java 1828 2007-08-24 13:58:43Z teodord $ |
Field Summary | |
final public static String | LANGUAGE_BSH A constant used to specify that the language used by expressions is BeanShell script. |
LANGUAGE_BSH | final public static String LANGUAGE_BSH(Code) | | A constant used to specify that the language used by expressions is BeanShell script.
|
JRBshCompiler | public JRBshCompiler()(Code) | | |
Methods inherited from net.sf.jasperreports.engine.design.JRAbstractCompiler | abstract protected void checkLanguage(String language) throws JRException(Code)(Java Doc) final public JasperReport compileReport(JasperDesign jasperDesign) throws JRException(Code)(Java Doc) abstract protected String compileUnits(JRCompilationUnit[] units, String classpath, File tempDirFile) throws JRException(Code)(Java Doc) abstract protected JRCompilationSourceCode generateSourceCode(JRSourceCompileTask sourceTask) throws JRException(Code)(Java Doc) protected String getCompilerClass()(Code)(Java Doc) abstract protected String getSourceFileName(String unitName)(Code)(Java Doc) public static String getUnitName(JasperReport report, JRDataset dataset)(Code)(Java Doc) protected static String getUnitName(JRReport report, JRDataset dataset, String nameSuffix)(Code)(Java Doc) public static String getUnitName(JasperReport report, JRCrosstab crosstab)(Code)(Java Doc) protected static String getUnitName(JRReport report, JRCrosstab crosstab, JRExpressionCollector expressionCollector, String nameSuffix)(Code)(Java Doc) protected static String getUnitName(JRReport report, int crosstabId, String nameSuffix)(Code)(Java Doc) public JREvaluator loadEvaluator(JasperReport jasperReport) throws JRException(Code)(Java Doc) public JREvaluator loadEvaluator(JasperReport jasperReport, JRDataset dataset) throws JRException(Code)(Java Doc) public JREvaluator loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) throws JRException(Code)(Java Doc) abstract protected JREvaluator loadEvaluator(Serializable compileData, String unitName) throws JRException(Code)(Java Doc)
|
|
|