Package org.gatein.pc.portlet.aspects
Class SessionInvalidatorInterceptor
- java.lang.Object
-
- org.gatein.pc.portlet.PortletInvokerInterceptor
-
- org.gatein.pc.portlet.aspects.SessionInvalidatorInterceptor
-
- All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker
public class SessionInvalidatorInterceptor extends PortletInvokerInterceptor
This is a port of http://svn.exoplatform.org/projects/portlet-container/branches/2.1.x/component/plugins/pc/src/main/java/org/exoplatform/services/portletcontainer/plugins/pc/aop/PortletSessionIdentityScopingCommand.java- Author:
- Marko Strukelj
-
-
Constructor Summary
Constructors Constructor Description SessionInvalidatorInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(javax.servlet.http.HttpServletRequest request)org.gatein.pc.api.invocation.response.PortletInvocationResponseinvoke(org.gatein.pc.api.invocation.PortletInvocation invocation)voidupdate(javax.servlet.http.HttpServletRequest request)-
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
-
update
public void update(javax.servlet.http.HttpServletRequest request)
-
check
public void check(javax.servlet.http.HttpServletRequest request)
-
-