Added helma.framework.core.RequestEvaluator field so that

ESLoader can construct a wrapper with the right prototype
for path elements.
This commit is contained in:
hns 2001-08-13 13:36:07 +00:00
parent a2dcc29cec
commit f9bfe75219

View file

@ -44,6 +44,8 @@ public class Evaluator {
// used to stop thread, 06.12.99 Hannes Wallnoefer
public volatile Thread thread;
// used to retrieve wrappers with correct Prototype for path elements in ESLoader
public helma.framework.core.RequestEvaluator reval;
private static String eol = System.getProperty("line.separator", "\n");