Class UnlockController
- java.lang.Object
-
- org.openforis.collect.web.controller.UnlockController
-
@Controller public class UnlockController extends Object
- Author:
- S. Ricci Controller that manages the unlocking of active record when closing browser's window
-
-
Constructor Summary
Constructors Constructor Description UnlockController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclearActiveRecord(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
clearActiveRecord
@RequestMapping(value="/clearActiveRecord.htm", method=POST) @ResponseBody public String clearActiveRecord(javax.servlet.http.HttpServletRequest request)
-
-