Class GetCreateBookingFormController

java.lang.Object
com.rosivanyshyn.controller.other.booking.GetCreateBookingFormController
All Implemented Interfaces:
Controller

public class GetCreateBookingFormController extends Object implements Controller
Get Create Booking Form Controller class.
Get JSP form for create new booking by apartment id and prepare data to working there.
Also get current date and bookings dates of related apartment (using requested apartment id)
  • Constructor Details

    • GetCreateBookingFormController

      public GetCreateBookingFormController(AppContext appContext)
  • Method Details

    • resolve

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