Class UpdateAccountController

java.lang.Object
com.rosivanyshyn.controller.other.account.UpdateAccountController
All Implemented Interfaces:
Controller

public class UpdateAccountController extends Object implements Controller
Update Account Controller class.
Update account by id and redirect to apartments JSP
  • Constructor Details

    • UpdateAccountController

      public UpdateAccountController(AppContext appContext)
  • Method Details

    • resolve

      public ViewResolver resolve(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Specified by:
      resolve in interface Controller