Interface ManageMyBookingSessionCleanUpStrategy
- All Known Implementing Classes:
DefaultManageMyBookingSessionCleanUpStrategy
public interface ManageMyBookingSessionCleanUpStrategy
Strategy to remove ManageMyBooking session attributes if the URL of the page does not belong to ManageMyBooking flow.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmanageMyBookingCleanUp(javax.servlet.http.HttpServletRequest request) Removes manageMyBooking sessionAttributes if the URL of the page being accessed does not matches with ManageMyBooking URL Pattern.
-
Method Details
-
manageMyBookingCleanUp
void manageMyBookingCleanUp(javax.servlet.http.HttpServletRequest request) Removes manageMyBooking sessionAttributes if the URL of the page being accessed does not matches with ManageMyBooking URL Pattern.- Parameters:
request- HttpServletRequest object.
-