org.jboss.portal.portlet.aspects.portlet
Class SecureTransportInterceptor

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

public class SecureTransportInterceptor
extends PortletInterceptor

Implement security constaint defined by the portlet spec.

Version:
$Revision: 7226 $
Author:
Julien Viet

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

Constructor Detail

SecureTransportInterceptor

public SecureTransportInterceptor()
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