org.exoplatform.services.portletcontainer.monitor
Interface CachedData

All Known Implementing Classes:
CachedDataImpl

public interface CachedData

Created y the eXo platform team. User: Benjamin Mestrallet Date: 4 mai 2004


Method Summary
 byte[] getContent()
           
 String getETag()
           
 long getLastAccessTime()
           
 javax.portlet.PortletMode getMode()
           
 String getTitle()
           
 javax.portlet.WindowState getWindowState()
           
 

Method Detail

getContent

byte[] getContent()
Returns:
content

getLastAccessTime

long getLastAccessTime()
Returns:
last access time

getTitle

String getTitle()
Returns:
title

getETag

String getETag()
Returns:
eTag

getMode

javax.portlet.PortletMode getMode()
Returns:
portlet mode

getWindowState

javax.portlet.WindowState getWindowState()
Returns:
window state


Copyright © 2009 eXo Platform SAS. All Rights Reserved.