Java com.liferay.portal.kernel.servlet SessionErrors fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.servlet SessionErrors fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.servlet SessionErrors.

The text is from its open source code.

Method

voidadd(HttpServletRequest httpServletRequest, Class clazz)
voidadd(HttpServletRequest httpServletRequest, String key)
voidadd(HttpSession session, Class clazz)
voidadd(HttpSession session, String key)
voidadd(PortletRequest portletRequest, Class clazz)
voidadd(PortletRequest portletRequest, String key)
voidadd(HttpServletRequest httpServletRequest, Class clazz, Object value)
voidadd(HttpServletRequest httpServletRequest, String key, Object value)
voidadd(HttpSession session, Class clazz, Object value)
voidadd(HttpSession session, String key, Object value)
voidadd(PortletRequest portletRequest, Class clazz, Object value)
voidadd(PortletRequest portletRequest, String key, Object value)
voidclear(HttpServletRequest httpServletRequest)
voidclear(HttpSession session)
voidclear(PortletRequest portletRequest)
booleancontains(HttpServletRequest httpServletRequest, Class clazz)
booleancontains(HttpServletRequest httpServletRequest, Class[] classes)
booleancontains(HttpServletRequest httpServletRequest, String key)
booleancontains(HttpSession session, Class clazz)
booleancontains(HttpSession session, Class[] classes)
booleancontains(HttpSession session, String key)
booleancontains(PortletRequest portletRequest, Class clazz)
booleancontains(PortletRequest portletRequest, Class[] classes)
booleancontains(PortletRequest portletRequest, String key)
Objectget(HttpServletRequest httpServletRequest, Class clazz)
Objectget(HttpServletRequest httpServletRequest, String key)
Objectget(HttpSession session, Class clazz)
Objectget(HttpSession session, String key)
Objectget(PortletRequest portletRequest, Class clazz)
Objectget(PortletRequest portletRequest, String key)
booleanisEmpty(HttpServletRequest httpServletRequest)
booleanisEmpty(HttpSession session)
booleanisEmpty(PortletRequest portletRequest)
Iteratoriterator(HttpServletRequest httpServletRequest)
Iteratoriterator(HttpSession session)
Iteratoriterator(PortletRequest portletRequest)