org.jboss.portal.portlet.aspects.portlet
Class ConsumerCacheInterceptor.CacheEntry
java.lang.Object
org.jboss.portal.portlet.aspects.portlet.ConsumerCacheInterceptor.CacheEntry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ConsumerCacheInterceptor
public static class ConsumerCacheInterceptor.CacheEntry
- extends java.lang.Object
- implements java.io.Serializable
Encapsulate cache information.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerCacheInterceptor.CacheEntry
public ConsumerCacheInterceptor.CacheEntry(StateString navigationalState,
WindowState windowState,
Mode mode,
FragmentResponse result,
long expirationTimeMillis)
getNavigationalState
public StateString getNavigationalState()
getWindowState
public WindowState getWindowState()
getMode
public Mode getMode()
getExpirationTimeMillis
public long getExpirationTimeMillis()
getContent
public FragmentResponse getContent()