public class

MockCacheControl

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

Class Overview

Mock implementation of the javax.portlet.CacheControl interface.

Summary

Public Constructors
MockCacheControl()
Public Methods
String getETag()
int getExpirationTime()
boolean isPublicScope()
void setETag(String token)
void setExpirationTime(int time)
void setPublicScope(boolean publicScope)
void setUseCachedContent(boolean useCachedContent)
boolean useCachedContent()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MockCacheControl ()

Public Methods

public String getETag ()

public int getExpirationTime ()

public boolean isPublicScope ()

public void setETag (String token)

public void setExpirationTime (int time)

public void setPublicScope (boolean publicScope)

public void setUseCachedContent (boolean useCachedContent)

public boolean useCachedContent ()