Package org.gatein.pc.portlet.aspects
Class SecureTransportInterceptor
- java.lang.Object
-
- org.gatein.pc.portlet.PortletInvokerInterceptor
-
- org.gatein.pc.portlet.aspects.SecureTransportInterceptor
-
- All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker
public class SecureTransportInterceptor extends PortletInvokerInterceptor
Implement security constaint defined by the portlet spec.- Version:
- $Revision: 7226 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description SecureTransportInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gatein.pc.api.invocation.response.PortletInvocationResponseinvoke(org.gatein.pc.api.invocation.PortletInvocation invocation)-
Methods inherited from class org.gatein.pc.portlet.PortletInvokerInterceptor
append, createClone, destroyClones, exportPortlet, getNext, getPortlet, getPortlets, getProperties, getProperties, getStatus, importPortlet, isActive, setNext, setProperties
-
-
-
-
Method Detail
-
invoke
public org.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(org.gatein.pc.api.invocation.PortletInvocation invocation) throws IllegalArgumentException, org.gatein.pc.api.PortletInvokerException- Specified by:
invokein interfaceorg.gatein.pc.api.PortletInvoker- Overrides:
invokein classPortletInvokerInterceptor- Throws:
IllegalArgumentExceptionorg.gatein.pc.api.PortletInvokerException
-
-