Class GetFewBookingController

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

public class GetFewBookingController extends Object implements Controller
Get Few Booking Controller class.
Get current user bookings (paginated) and forward to bookings JSP
  • Constructor Details

    • GetFewBookingController

      public GetFewBookingController(AppContext appContext)
  • Method Details

    • resolve

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