org.springframework.mock.web.portlet
Class MockCacheControl

java.lang.Object
  extended by org.springframework.mock.web.portlet.MockCacheControl
All Implemented Interfaces:
javax.portlet.CacheControl

public class MockCacheControl
extends Object
implements javax.portlet.CacheControl

Mock implementation of the CacheControl interface.

Since:
3.0
Author:
Juergen Hoeller

Constructor Summary
MockCacheControl()
           
 
Method Summary
 String getETag()
           
 int getExpirationTime()
           
 boolean isPublicScope()
           
 void setETag(String token)
           
 void setExpirationTime(int time)
           
 void setPublicScope(boolean publicScope)
           
 void setUseCachedContent(boolean useCachedContent)
           
 boolean useCachedContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockCacheControl

public MockCacheControl()
Method Detail

getExpirationTime

public int getExpirationTime()
Specified by:
getExpirationTime in interface javax.portlet.CacheControl

setExpirationTime

public void setExpirationTime(int time)
Specified by:
setExpirationTime in interface javax.portlet.CacheControl

isPublicScope

public boolean isPublicScope()
Specified by:
isPublicScope in interface javax.portlet.CacheControl

setPublicScope

public void setPublicScope(boolean publicScope)
Specified by:
setPublicScope in interface javax.portlet.CacheControl

getETag

public String getETag()
Specified by:
getETag in interface javax.portlet.CacheControl

setETag

public void setETag(String token)
Specified by:
setETag in interface javax.portlet.CacheControl

useCachedContent

public boolean useCachedContent()
Specified by:
useCachedContent in interface javax.portlet.CacheControl

setUseCachedContent

public void setUseCachedContent(boolean useCachedContent)
Specified by:
setUseCachedContent in interface javax.portlet.CacheControl