@Controller public class TemplateController extends Object
TemplateController()
String
getRoot()
modelTree(String template)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TemplateController()
@GetMapping(value="/") public String getRoot()
@GetMapping(value="/ui/{template}") public String modelTree(@PathVariable String template)
Copyright © 2019 GTMAP. All rights reserved.