Generated by
JDiff

Class org.springframework.web.portlet.util.PortletUtils

Removed Methods
Object getOrCreateSessionAttribute(PortletSession, String, Class) Get the specified session attribute under the javax.portlet.PortletSession.PORTLET_SCOPE, creating and setting a new attribute if no existing found.
Object getOrCreateSessionAttribute(PortletSession, String, Class, int) Get the specified session attribute in the given scope, creating and setting a new attribute if no existing found.
 

Added Methods
Object getOrCreateSessionAttribute(PortletSession, String, Class<?>) Get the specified session attribute under the javax.portlet.PortletSession.PORTLET_SCOPE, creating and setting a new attribute if no existing found.
Object getOrCreateSessionAttribute(PortletSession, String, Class<?>, int) Get the specified session attribute in the given scope, creating and setting a new attribute if no existing found.