org.jboss.portal.cms
Class CMSInterceptor

java.lang.Object
  extended by org.jboss.portal.server.impl.invocation.JBossInterceptor
      extended by org.jboss.portal.cms.CMSInterceptor
All Implemented Interfaces:
Interceptor
Direct Known Subclasses:
ACLInterceptor, ApprovalWorkflowInterceptor, CacheInterceptor, LogInterceptor

public abstract class CMSInterceptor
extends JBossInterceptor

Author:
Thomas Heute

Constructor Summary
CMSInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
          todo
protected abstract  java.lang.Object invoke(JCRCommand invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSInterceptor

public CMSInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Exception,
                               InvocationException
Description copied from interface: Interceptor
todo

Specified by:
invoke in interface Interceptor
Specified by:
invoke in class JBossInterceptor
Throws:
java.lang.Exception
InvocationException

invoke

protected abstract java.lang.Object invoke(JCRCommand invocation)
                                    throws java.lang.Exception,
                                           InvocationException
Throws:
java.lang.Exception
InvocationException