|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.design.JRAbstractCompiler
net.sf.jasperreports.engine.design.JRAbstractJavaCompiler
Constructor Summary | |
protected |
JRAbstractJavaCompiler(boolean needsSourceFiles)
|
Method Summary | |
protected static java.lang.Class |
getClassFromCache(java.lang.String className)
|
protected JREvaluator |
loadEvaluator(java.io.Serializable compileData,
java.lang.String className)
Creates an expression evaluator instance from data saved when the report was compiled. |
protected static void |
putClassInCache(java.lang.String className,
java.lang.Class loadedClass)
|
Methods inherited from class net.sf.jasperreports.engine.design.JRAbstractCompiler |
checkLanguage, compileReport, compileUnits, generateSourceCode, getCompilerClass, getSourceFileName, getUnitName, getUnitName, getUnitName, getUnitName, getUnitName, loadEvaluator, loadEvaluator, loadEvaluator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected JRAbstractJavaCompiler(boolean needsSourceFiles)
Method Detail |
protected JREvaluator loadEvaluator(java.io.Serializable compileData, java.lang.String className) throws JRException
JRAbstractCompiler
loadEvaluator
in class JRAbstractCompiler
compileData
- the data saved when the report was compiledclassName
- the evaluator unit name
JRException
protected static java.lang.Class getClassFromCache(java.lang.String className)
protected static void putClassInCache(java.lang.String className, java.lang.Class loadedClass)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |