public class

MockPortletRequestDispatcher

extends Object
java.lang.Object
   ↳ org.springframework.mock.web.portlet.MockPortletRequestDispatcher

Class Overview

Mock implementation of the javax.portlet.PortletRequestDispatcher interface.

Summary

Public Constructors
MockPortletRequestDispatcher(String url)
Create a new MockPortletRequestDispatcher for the given URL.
Public Methods
void forward(PortletRequest request, PortletResponse response)
void include(PortletRequest request, PortletResponse response)
void include(RenderRequest request, RenderResponse response)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MockPortletRequestDispatcher (String url)

Create a new MockPortletRequestDispatcher for the given URL.

Parameters
url the URL to dispatch to.

Public Methods

public void forward (PortletRequest request, PortletResponse response)

Throws
IOException
PortletException

public void include (PortletRequest request, PortletResponse response)

Throws
IOException
PortletException

public void include (RenderRequest request, RenderResponse response)

Throws
IOException
PortletException