org.jboss.portal.core.aspects.controller
Class BackwardCompatibilityInterceptor

java.lang.Object
  extended by org.jboss.portal.server.impl.invocation.JBossInterceptor
      extended by org.jboss.portal.core.controller.ControllerInterceptor
          extended by org.jboss.portal.core.aspects.controller.BackwardCompatibilityInterceptor
All Implemented Interfaces:
org.jboss.portal.common.invocation.Interceptor

public class BackwardCompatibilityInterceptor
extends ControllerInterceptor

Only for backward compatibility with JBossActionRequest in 2.6

Version:
$Revision$
Author:
Thomas Heute

Field Summary
static java.lang.ThreadLocal<ControllerContext> controllerContextTL
           
 
Constructor Summary
BackwardCompatibilityInterceptor()
           
 
Method Summary
 ControllerResponse invoke(ControllerCommand cmd)
           
 
Methods inherited from class org.jboss.portal.core.controller.ControllerInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controllerContextTL

public static java.lang.ThreadLocal<ControllerContext> controllerContextTL
Constructor Detail

BackwardCompatibilityInterceptor

public BackwardCompatibilityInterceptor()
Method Detail

invoke

public ControllerResponse invoke(ControllerCommand cmd)
                          throws java.lang.Exception,
                                 org.jboss.portal.common.invocation.InvocationException
Specified by:
invoke in class ControllerInterceptor
Throws:
java.lang.Exception
org.jboss.portal.common.invocation.InvocationException