@Controller
public class JQueryFileTreeController
extends Object
A spring controller to support jqueryFileTree.js
- Author:
- Daniel Bernstein
-
Constructor Summary
Constructors
-
Method Summary
get(String dir,
org.springframework.ui.Model model)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JQueryFileTreeController
public JQueryFileTreeController()
-
Method Details
-
get
@RequestMapping("/ajax/jqueryFileTree")
public String get(@RequestParam(value="dir",required=false)
String dir,
org.springframework.ui.Model model)
throws Exception
- Throws:
Exception