java.lang.Object
org.broadleafcommerce.openadmin.web.controller.StaleStateController
@Controller("blStaleStateController")
public class StaleStateController
extends Object
Handle page requests for the HTTP status 409 error in the admin.
- Author:
- Jeff Fischer
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StaleStateController
public StaleStateController()
-
Method Details
-
viewConflictPage
@RequestMapping("/sc_conflict")
public String viewConflictPage(org.springframework.ui.Model model)
throws Exception
- Throws:
Exception