Interface EventResponse

    • Method Detail

      • setRenderParameters

        @Deprecated
        void setRenderParameters​(EventRequest request)
        Deprecated.
        As of version 3.0. Use MutableRenderState.getRenderParameters() instead.
        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.