@Controller public class LessonMenuService extends BaseService
LessonMenuService class.
| Constructor and Description |
|---|
LessonMenuService() |
| Modifier and Type | Method and Description |
|---|---|
List<LessonMenuItem> |
showLeftNav(javax.servlet.http.HttpSession session)
Returns the lesson menu which is used to build the left nav
|
getStringStackTrace, getWebSession, handleException@RequestMapping(value="/lessonmenu.mvc",
produces="application/json")
@ResponseBody
public List<LessonMenuItem> showLeftNav(javax.servlet.http.HttpSession session)
session - a HttpSession object.List object.Copyright © 2006–2016 OWASP. All rights reserved.