The Spring Framework

Package org.springframework.mock.web.portlet

A comprehensive set of Portlet API mock objects, targeted at usage with Spring's web MVC framework.

See:
          Description

Class Summary
MockActionRequest Mock implementation of the ActionRequest interface.
MockActionResponse Mock implementation of the ActionResponse interface.
MockMultipartActionRequest Mock implementation of the MultipartActionRequest interface.
MockPortalContext Mock implementation of the PortalContext interface.
MockPortletConfig Mock implementation of the PortletConfig interface.
MockPortletContext Mock implementation of the PortletContext interface.
MockPortletPreferences Mock implementation of the PortletPreferences interface.
MockPortletRequest Mock implementation of the PortletRequest interface.
MockPortletRequestDispatcher Mock implementation of the PortletRequestDispatcher interface.
MockPortletResponse Mock implementation of the PortletResponse interface.
MockPortletSession Mock implementation of the PortletSession interface.
MockPortletURL Mock implementation of the PortletURL interface.
MockRenderRequest Mock implementation of the RenderRequest interface.
MockRenderResponse Mock implementation of the RenderResponse interface.
 

Package org.springframework.mock.web.portlet Description

A comprehensive set of Portlet API mock objects, targeted at usage with Spring's web MVC framework. Useful for testing web contexts and controllers.

More convenient to use than dynamic mock objects (EasyMock) or existing Portlet API mock objects.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.