uPortal 2.4.1
API Documentation

org.jasig.portal.container
Class PortletContainerImpl

java.lang.Object
  extended byorg.apache.pluto.PortletContainerImpl
      extended byorg.jasig.portal.container.PortletContainerImpl
All Implemented Interfaces:
org.apache.pluto.PortletContainer

public class PortletContainerImpl
extends org.apache.pluto.PortletContainerImpl

Same as Pluto's PortletContainerImpl, but this one ignores redirects. In uPortal, we can't let channels and portlets request redirects because the state of the response object is not guaranteed.

Version:
$Revision: 1.5 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
PortletContainerImpl()
           
 
Methods inherited from class org.apache.pluto.PortletContainerImpl
init, isInitialized, portletLoad, processPortletAction, renderPortlet, shutdown
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainerImpl

public PortletContainerImpl()

uPortal 2.4.1
API Documentation