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:
parent
a2dcc29cec
commit
f9bfe75219
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue