Package org.gatein.pc.management
Class PortletContainerManagementInterceptorImpl
- java.lang.Object
-
- org.gatein.pc.portlet.PortletInvokerInterceptor
-
- org.gatein.pc.management.PortletContainerManagementInterceptorImpl
-
- All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker,PortletContainerManagementInterceptor
public class PortletContainerManagementInterceptorImpl extends org.gatein.pc.portlet.PortletInvokerInterceptor implements PortletContainerManagementInterceptor
- Version:
- $Revision$
- Author:
- Thomas Heute
-
-
Constructor Summary
Constructors Constructor Description PortletContainerManagementInterceptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortletInfogetPortletInfo(String key)org.gatein.pc.api.invocation.response.PortletInvocationResponseinvoke(org.gatein.pc.api.invocation.PortletInvocation invocation)
-
-
-
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 classorg.gatein.pc.portlet.PortletInvokerInterceptor- Throws:
IllegalArgumentExceptionorg.gatein.pc.api.PortletInvokerException
-
getPortletInfo
public PortletInfo getPortletInfo(String key)
- Specified by:
getPortletInfoin interfacePortletContainerManagementInterceptor
-
-