wip commit
This commit is contained in:
parent
7c044adb1f
commit
3f31bb8a3a
9 changed files with 118 additions and 51 deletions
|
|
@ -75,8 +75,7 @@ public class DemoVascManager {
|
|||
// Config some defaults
|
||||
vecc.setDefaultPageSize(200);
|
||||
vecc.setDefaultPageSizeMax(1500);
|
||||
|
||||
initEditor();
|
||||
|
||||
} catch (VascException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
@ -93,7 +92,7 @@ public class DemoVascManager {
|
|||
logger.info("Stop manager, cleared all.");
|
||||
}
|
||||
|
||||
private void initEditor() {
|
||||
public void startEditor() {
|
||||
try {
|
||||
VascParser parser = new VascParser(vascController);
|
||||
parser.addGlobalELBean("vascController", vascController);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue