/**
*
* 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.
*
* <p>More convenient to use than dynamic mock objects
* (<a href="http://www.easymock.org">EasyMock</a>) or
* existing Portlet API mock objects.
*
*/
package org.springframework.mock.web.portlet;
|