org.jasig.portal.container.services
Class PortletContainerEnvironmentImpl

java.lang.Object
  extended by org.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.2 $
Author:
Ken Weiner, kweiner@unicon.net

Field Summary
private  java.util.Map containerServices
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containerServices

private java.util.Map containerServices
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)