org.jboss.portal.portlet.management
Class PortletContainerManagementInterceptorImpl

java.lang.Object
  extended by org.jboss.portal.portlet.PortletInvokerInterceptor
      extended by org.jboss.portal.portlet.management.PortletContainerManagementInterceptorImpl
All Implemented Interfaces:
PortletContainerManagementInterceptor, PortletInvoker

public class PortletContainerManagementInterceptorImpl
extends PortletInvokerInterceptor
implements PortletContainerManagementInterceptor

Version:
$Revision$
Author:
Thomas Heute

Constructor Summary
PortletContainerManagementInterceptorImpl()
           
 
Method Summary
 PortletInfo getPortletInfo(java.lang.String key)
           
 PortletInvocationResponse invoke(PortletInvocation invocation)
          Invoke an operation on a specific portlet.
 
Methods inherited from class org.jboss.portal.portlet.PortletInvokerInterceptor
createClone, destroyClones, getNext, getPortlet, getPortlets, getProperties, getProperties, setNext, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainerManagementInterceptorImpl

public PortletContainerManagementInterceptorImpl()
Method Detail

invoke

public PortletInvocationResponse invoke(PortletInvocation invocation)
                                 throws java.lang.IllegalArgumentException,
                                        PortletInvokerException
Description copied from interface: PortletInvoker
Invoke an operation on a specific portlet.

Specified by:
invoke in interface PortletInvoker
Overrides:
invoke in class PortletInvokerInterceptor
Parameters:
invocation - the portlet invocation
Returns:
the invocation response
Throws:
java.lang.IllegalArgumentException - if the invocation is null
PortletInvokerException - a portlet invoker exception

getPortletInfo

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


Copyright © 2008. All Rights Reserved.