org.jboss.portal.portlet.aspects.portlet
Class ConsumerCacheInterceptor

java.lang.Object
  extended by org.jboss.portal.portlet.invocation.PortletInterceptor
      extended by org.jboss.portal.portlet.aspects.portlet.ConsumerCacheInterceptor
All Implemented Interfaces:
Interceptor

public class ConsumerCacheInterceptor
extends PortletInterceptor

Cache markup on the portal.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Nested Class Summary
static class ConsumerCacheInterceptor.CacheEntry
          Encapsulate cache information.
 
Constructor Summary
ConsumerCacheInterceptor()
           
 
Method Summary
protected  java.lang.Object invoke(PortletInvocation invocation)
           
 
Methods inherited from class org.jboss.portal.portlet.invocation.PortletInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerCacheInterceptor

public ConsumerCacheInterceptor()
Method Detail

invoke

protected java.lang.Object invoke(PortletInvocation invocation)
                           throws java.lang.Exception,
                                  InvocationException
Specified by:
invoke in class PortletInterceptor
Throws:
java.lang.Exception
InvocationException