org.apache.pluto.portalImpl.core
Class PortletContainerEnvironment

java.lang.Object
  extended by org.apache.pluto.portalImpl.core.PortletContainerEnvironment

public class PortletContainerEnvironment
extends java.lang.Object


Field Summary
private  java.util.HashMap services
           
 
Constructor Summary
PortletContainerEnvironment()
           
 
Method Summary
 void addContainerService(ContainerService service)
           
 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

services

private java.util.HashMap services
Constructor Detail

PortletContainerEnvironment

public PortletContainerEnvironment()
Method Detail

getContainerService

public ContainerService getContainerService(java.lang.Class service)

addContainerService

public void addContainerService(ContainerService service)