Package com.liferay.portlet
Class InvokerPortletUtil
Object
com.liferay.portlet.InvokerPortletUtil
- Author:
- Neil Griffin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearResponse(jakarta.servlet.http.HttpSession httpSession, long plid, String portletId, String languageId) static voidclearResponses(jakarta.portlet.PortletSession session) static StringencodeResponseKey(long plid, String portletId, String languageId) static Map<String,InvokerPortletResponse> getResponses(jakarta.portlet.PortletSession portletSession) static Map<String,InvokerPortletResponse> getResponses(jakarta.servlet.http.HttpSession httpSession)
-
Constructor Details
-
InvokerPortletUtil
public InvokerPortletUtil()
-
-
Method Details
-
clearResponse
-
clearResponses
public static void clearResponses(jakarta.portlet.PortletSession session) -
encodeResponseKey
-
getResponses
public static Map<String,InvokerPortletResponse> getResponses(jakarta.servlet.http.HttpSession httpSession) -
getResponses
public static Map<String,InvokerPortletResponse> getResponses(jakarta.portlet.PortletSession portletSession)
-