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

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.NavigationalStateInterceptor
All Implemented Interfaces:
Interceptor

public class NavigationalStateInterceptor
extends ControllerInterceptor

Apply navigational state changes.

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
NavigationalStateInterceptor()
           
 
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
 

Constructor Detail

NavigationalStateInterceptor

public NavigationalStateInterceptor()
Method Detail

invoke

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