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
  • Field Summary

    Fields inherited from interface org.gatein.pc.api.PortletInvoker

    LOCAL_PORTLET_INVOKER_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.gatein.pc.api.invocation.response.PortletInvocationResponse
    invoke(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PortletContainerManagementInterceptorImpl

      public PortletContainerManagementInterceptorImpl()
  • Method Details

    • 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:
      invoke in interface org.gatein.pc.api.PortletInvoker
      Overrides:
      invoke in class org.gatein.pc.portlet.PortletInvokerInterceptor
      Throws:
      IllegalArgumentException
      org.gatein.pc.api.PortletInvokerException
    • getPortletInfo

      public PortletInfo getPortletInfo(String key)
      Specified by:
      getPortletInfo in interface PortletContainerManagementInterceptor