org.jboss.portal.core.aspects.portlet
Class AjaxInterceptor

java.lang.Object
  extended by org.jboss.portal.portlet.invocation.PortletInterceptor
      extended by org.jboss.portal.core.aspects.portlet.AjaxInterceptor
All Implemented Interfaces:
Interceptor

public class AjaxInterceptor
extends PortletInterceptor

Look at the portlet ajax meta data. Improve later when we will have the structure to build real portlet runtime meta information.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
static java.lang.String PARTIAL_REFRESH
          .
 
Constructor Summary
AjaxInterceptor()
           
 
Method Summary
protected  java.lang.Object invoke(PortletInvocation invocation)
           
 
Methods inherited from class org.jboss.portal.portlet.invocation.PortletInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARTIAL_REFRESH

public static final java.lang.String PARTIAL_REFRESH
.

See Also:
Constant Field Values
Constructor Detail

AjaxInterceptor

public AjaxInterceptor()
Method Detail

invoke

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