org.jboss.portal.core.controller.ajax
Class AjaxInterceptor

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.controller.ajax.AjaxInterceptor
All Implemented Interfaces:
Interceptor

public class AjaxInterceptor
extends ControllerInterceptor

Version:
$Revision: 8895 $
Author:
Julien Viet, Luca Stancapiano

Constructor Summary
AjaxInterceptor()
           
 
Method Summary
 java.lang.String getTargetContextPath()
           
 ControllerResponse invoke(ControllerCommand cmd)
           
 void setTargetContextPath(java.lang.String context)
           
 
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
 

Constructor Detail

AjaxInterceptor

public AjaxInterceptor()
Method Detail

invoke

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

getTargetContextPath

public java.lang.String getTargetContextPath()

setTargetContextPath

public void setTargetContextPath(java.lang.String context)