Class SessionMessages
Object
com.liferay.portal.kernel.servlet.SessionMessages
- Author:
- Brian Wing Shun Chan, Shuyang Zhou, Raymond Augé
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidadd(PortletRequest portletRequest, Class<?> clazz) static voidadd(PortletRequest portletRequest, Class<?> clazz, Object value) static voidadd(PortletRequest portletRequest, String key) static voidadd(PortletRequest portletRequest, String key, Object value) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidclear(PortletRequest portletRequest) static voidclear(javax.servlet.http.HttpServletRequest httpServletRequest) static voidclear(javax.servlet.http.HttpSession httpSession) static booleancontains(PortletRequest portletRequest, Class<?> clazz) static booleancontains(PortletRequest portletRequest, Class<?>[] classes) static booleancontains(PortletRequest portletRequest, String key) static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic Objectget(PortletRequest portletRequest, Class<?> clazz) static Objectget(PortletRequest portletRequest, String key) static Objectstatic Objectstatic Objectstatic Objectstatic booleanisEmpty(PortletRequest portletRequest) static booleanisEmpty(javax.servlet.http.HttpServletRequest httpServletRequest) static booleanisEmpty(javax.servlet.http.HttpSession httpSession) iterator(PortletRequest portletRequest) iterator(javax.servlet.http.HttpServletRequest httpServletRequest) iterator(javax.servlet.http.HttpSession httpSession) keySet(PortletRequest portletRequest) keySet(javax.servlet.http.HttpServletRequest httpServletRequest) keySet(javax.servlet.http.HttpSession httpSession) static voidprint(PortletRequest portletRequest) static voidprint(javax.servlet.http.HttpServletRequest httpServletRequest) static voidprint(javax.servlet.http.HttpSession httpSession) static voidstatic voidstatic intsize(PortletRequest portletRequest) static intsize(javax.servlet.http.HttpServletRequest httpServletRequest) static intsize(javax.servlet.http.HttpSession httpSession)
-
Field Details
-
KEY_SUFFIX_CLOSE_REDIRECT
- See Also:
-
KEY_SUFFIX_CLOSE_REFRESH_PORTLET
- See Also:
-
KEY_SUFFIX_DELETE_SUCCESS_DATA
- See Also:
-
KEY_SUFFIX_FORCE_SEND_REDIRECT
- See Also:
-
KEY_SUFFIX_HIDE_DEFAULT_ERROR_MESSAGE
- See Also:
-
KEY_SUFFIX_HIDE_DEFAULT_SUCCESS_MESSAGE
- See Also:
-
KEY_SUFFIX_PORTLET_NOT_AJAXABLE
- See Also:
-
KEY_SUFFIX_REFRESH_PORTLET
- See Also:
-
KEY_SUFFIX_REFRESH_PORTLET_DATA
- See Also:
-
KEY_SUFFIX_UPDATED_CONFIGURATION
- See Also:
-
KEY_SUFFIX_UPDATED_PREFERENCES
- See Also:
-
-
Constructor Details
-
SessionMessages
public SessionMessages()
-
-
Method Details
-
add
-
add
-
add
-
add
-
add
-
add
-
add
-
add
-
add
-
add
-
add
-
add
-
clear
public static void clear(javax.servlet.http.HttpServletRequest httpServletRequest) -
clear
public static void clear(javax.servlet.http.HttpSession httpSession) -
clear
-
contains
public static boolean contains(javax.servlet.http.HttpServletRequest httpServletRequest, Class<?> clazz) -
contains
public static boolean contains(javax.servlet.http.HttpServletRequest httpServletRequest, Class<?>[] classes) -
contains
public static boolean contains(javax.servlet.http.HttpServletRequest httpServletRequest, String key) -
contains
-
contains
-
contains
-
contains
-
contains
-
contains
-
get
-
get
-
get
-
get
-
get
-
get
-
isEmpty
public static boolean isEmpty(javax.servlet.http.HttpServletRequest httpServletRequest) -
isEmpty
public static boolean isEmpty(javax.servlet.http.HttpSession httpSession) -
isEmpty
-
iterator
-
iterator
-
iterator
-
keySet
-
keySet
-
keySet
-
print
public static void print(javax.servlet.http.HttpServletRequest httpServletRequest) -
print
public static void print(javax.servlet.http.HttpSession httpSession) -
print
-
remove
-
remove
-
size
public static int size(javax.servlet.http.HttpServletRequest httpServletRequest) -
size
public static int size(javax.servlet.http.HttpSession httpSession) -
size
-