org.apache.pluto.services
Interface PortletContainerEnvironment


public interface PortletContainerEnvironment

Interface representing the portlet container environment by defining all services. This interface needs to be implemented by the portal framework and then passed to the portlet container. The portlet container needs the following serices as a minimum:
- ConfigService
- LogService


Method Summary
 ContainerService getContainerService(java.lang.Class service)
           
 

Method Detail

getContainerService

ContainerService getContainerService(java.lang.Class service)


Copyright © 2003-2009 . All Rights Reserved.