org.jboss.portal.cms.impl.interceptors
Class CacheInterceptor

java.lang.Object
  extended by org.jboss.portal.server.impl.invocation.JBossInterceptor
      extended by org.jboss.portal.cms.CMSInterceptor
          extended by org.jboss.portal.cms.impl.interceptors.CacheInterceptor
All Implemented Interfaces:
Interceptor

public class CacheInterceptor
extends CMSInterceptor

Author:
Thomas Heute

Field Summary
 Logger log
           
 
Constructor Summary
CacheInterceptor()
           
 
Method Summary
protected  java.lang.Object invoke(JCRCommand invocation)
           
 
Methods inherited from class org.jboss.portal.cms.CMSInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public Logger log
Constructor Detail

CacheInterceptor

public CacheInterceptor()
Method Detail

invoke

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