Readd zero argument Application.getDataRoot()

This commit is contained in:
hns 2009-11-05 08:03:29 +00:00
parent 0a9d8ff99b
commit 9b7af555df

View file

@ -837,6 +837,13 @@ public final class Application implements Runnable {
this.rootObject = root;
}
/**
* This method returns the root object of this application's object tree.
*/
public Object getDataRoot() throws Exception {
return getDataRoot(getCurrentRequestEvaluator().getScriptingEngine());
}
/**
* This method returns the root object of this application's object tree.
*/