org.apache.pluto.invoker
Class PortletInvokerAccess

java.lang.Object
  extended byorg.apache.pluto.invoker.PortletInvokerAccess

public class PortletInvokerAccess
extends java.lang.Object

PortletInvokerAccess is a static accessor for getting and releasing portlet invokers via the portal's portlet invoker factory.

Version:
$Id: PortletInvokerAccess.java 35916 2004-03-02 14:55:19Z cziegeler $

Constructor Summary
PortletInvokerAccess()
           
 
Method Summary
static PortletInvoker getPortletInvoker(PortletDefinition portletDefinition)
           
static void releasePortletInvoker(PortletInvoker invoker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletInvokerAccess

public PortletInvokerAccess()
Method Detail

getPortletInvoker

public static PortletInvoker getPortletInvoker(PortletDefinition portletDefinition)

releasePortletInvoker

public static void releasePortletInvoker(PortletInvoker invoker)


Copyright © 2003-2006 . All Rights Reserved.