Package org.springframework.mock.web.portlet

A comprehensive set of Portlet API 2.0 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.
MockBaseURL Mock implementation of the BaseURL interface.
MockCacheControl Mock implementation of the CacheControl interface.
MockClientDataRequest Mock implementation of the ClientDataRequest interface.
MockEvent Mock implementation of the Event interface.
MockEventRequest Mock implementation of the EventRequest interface.
MockEventResponse Mock implementation of the EventResponse interface.
MockMimeResponse Mock implementation of the MimeResponse 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.
MockResourceRequest Mock implementation of the ResourceRequest interface.
MockResourceResponse Mock implementation of the ResourceResponse interface.
MockResourceURL Mock implementation of the ResourceURL interface.
MockStateAwareResponse Mock implementation of the StateAwareResponse interface.
ServletWrappingPortletContext Mock implementation of the PortletContext interface, wrapping an underlying ServletContext.
 

Package org.springframework.mock.web.portlet Description

A comprehensive set of Portlet API 2.0 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.