Package javax.portlet

Interface EventResponse

    • Method Detail

      • setRenderParameters

        void setRenderParameters​(EventRequest request)
        Maintain the current render parameters of the request for the response.

        All previously set render parameters are cleared.

        These parameters will be accessible in all subsequent render calls via the PortletRequest.getParameter call until a new request is targeted to the portlet.

        The given parameters do not need to be encoded prior to calling this method.

        Parameters:
        request - The request the portlet has been provided with by the portlet container for the current processEvent call, must not be null.