public class

MockResourceResponse

extends MockMimeResponse
java.lang.Object
   ↳ org.springframework.mock.web.portlet.MockPortletResponse
     ↳ org.springframework.mock.web.portlet.MockMimeResponse
       ↳ org.springframework.mock.web.portlet.MockResourceResponse

Class Overview

Mock implementation of the javax.portlet.ResourceResponse interface.

Summary

Public Constructors
MockResourceResponse()
Public Methods
int getContentLength()
void setContentLength(int len)
[Expand]
Inherited Methods
From class org.springframework.mock.web.portlet.MockMimeResponse
From class org.springframework.mock.web.portlet.MockPortletResponse
From class java.lang.Object

Public Constructors

public MockResourceResponse ()

Public Methods

public int getContentLength ()

public void setContentLength (int len)