Class MultiSessionMessages
Object
com.liferay.portal.kernel.servlet.MultiSessionMessages
- Author:
- Julio Camarero, Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
add
(PortletRequest portletRequest, Class<?> clazz) static void
add
(PortletRequest portletRequest, Class<?> clazz, Object value) static void
add
(PortletRequest portletRequest, String key) static void
add
(PortletRequest portletRequest, String key, Object value) static void
clear
(PortletRequest portletRequest) static boolean
contains
(PortletRequest portletRequest, Class<?> clazz) static boolean
contains
(PortletRequest portletRequest, String key) static Object
get
(PortletRequest portletRequest, Class<?> clazz) static Object
get
(PortletRequest portletRequest, String key) static boolean
isEmpty
(PortletRequest portletRequest) iterator
(PortletRequest portletRequest) keySet
(PortletRequest portletRequest) static void
print
(PortletRequest portletRequest) static int
size
(PortletRequest portletRequest)
-
Constructor Details
-
MultiSessionMessages
public MultiSessionMessages()
-
-
Method Details
-
add
-
add
-
add
-
add
-
clear
-
contains
-
contains
-
get
-
get
-
isEmpty
-
iterator
-
keySet
-
print
-
size
-