uPortal 2.4.1
API Documentation

org.jasig.portal.container.services
Class PortletContainerEnvironmentImpl

java.lang.Object
  extended byorg.jasig.portal.container.services.PortletContainerEnvironmentImpl
All Implemented Interfaces:
org.apache.pluto.services.PortletContainerEnvironment

public class PortletContainerEnvironmentImpl
extends java.lang.Object
implements org.apache.pluto.services.PortletContainerEnvironment

Implementation of Apache Pluto PortletContainerEnvironment.

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

Constructor Summary
PortletContainerEnvironmentImpl()
           
 
Method Summary
 void addContainerService(org.apache.pluto.services.ContainerService service)
           
 org.apache.pluto.services.ContainerService getContainerService(java.lang.Class service)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainerEnvironmentImpl

public PortletContainerEnvironmentImpl()
Method Detail

getContainerService

public org.apache.pluto.services.ContainerService getContainerService(java.lang.Class service)
Specified by:
getContainerService in interface org.apache.pluto.services.PortletContainerEnvironment

addContainerService

public void addContainerService(org.apache.pluto.services.ContainerService service)

uPortal 2.4.1
API Documentation