@Controller public class CommentController extends Object
CommentController()
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 CommentController()
@RequestMapping(value="/admin/comment/lst", method=GET) public String lst(org.springframework.ui.Model model)
@RequestMapping(value="/admin/comment/lst/{page}", method=GET) public String lst(@PathVariable String page, org.springframework.ui.Model model)
Copyright © 2011–2015 Azollas. All rights reserved.