Access to HttpServletRequest via WCS container
Hello,
We're attempting to build an MVC application within Web Center Sites. We can invoke our library code via a page and return items from the page to the view.
In order to create interaction, we want to be able to access the HttpServletRequest object in our classes to manipulate the client input.
ICS provides a ics.getIServlet().getServletRequest() but this is deprecated.
What is the recommended method to obtain access to the request?