Class StaleStateController

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 Details

    • StaleStateController

      public StaleStateController()
  • Method Details

    • viewConflictPage

      @RequestMapping("/sc_conflict") public String viewConflictPage(org.springframework.ui.Model model) throws Exception
      Throws:
      Exception