Readd zero argument Application.getDataRoot()
This commit is contained in:
parent
0a9d8ff99b
commit
9b7af555df
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue