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