@Controller public class ConfigController extends Object
ConfigController()
String
lst(org.springframework.ui.Model model)
lst(String page, org.springframework.ui.Model model)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConfigController()
@RequestMapping(value="/admin/config/lst", method=GET) public String lst(org.springframework.ui.Model model)
@RequestMapping(value="/admin/config/lst/{page}", method=GET) public String lst(@PathVariable String page, org.springframework.ui.Model model)
Copyright © 2011–2015 Azollas. All rights reserved.