@Controller public class LessonInfoService extends BaseService
| Constructor and Description |
|---|
LessonInfoService() |
| Modifier and Type | Method and Description |
|---|---|
LessonInfoModel |
getLessonInfo(javax.servlet.http.HttpSession session)
getLessonInfo.
|
protected LessonInfoModel |
getLessonInfoModel(WebSession webSession)
getLessonInfoModel.
|
String |
handleException(Exception ex)
handleException.
|
getStringStackTrace, getWebSession, handleException@RequestMapping(value="/lessoninfo.mvc",
produces="application/json")
@ResponseBody
public LessonInfoModel getLessonInfo(javax.servlet.http.HttpSession session)
getLessonInfo.
session - a HttpSession object.LessonInfoModel object.@ExceptionHandler(value=java.lang.Exception.class) @ResponseBody @ResponseStatus(value=INTERNAL_SERVER_ERROR) public String handleException(Exception ex)
handleException.
protected LessonInfoModel getLessonInfoModel(WebSession webSession)
getLessonInfoModel.
webSession - a WebSession object.LessonInfoModel object.Copyright © 2006–2016 OWASP. All rights reserved.