uPortal 2.4.1
API Documentation

org.jasig.portal.container.services
Interface PortletContainerService

All Superinterfaces:
org.apache.pluto.services.ContainerService
All Known Implementing Classes:
FactoryManagerServiceImpl, InformationProviderServiceImpl, LogServiceImpl

public interface PortletContainerService
extends org.apache.pluto.services.ContainerService

Defines a service for the Apache Pluto Portlet container. All services must receive a ServletConfig and Properties object.

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

Method Summary
 void destroy()
          Destroys the services.
 void init(javax.servlet.ServletConfig servletConfig, java.util.Properties properties)
          Initializes the service using the servlet configuration and the service properties.
 

Method Detail

init

public void init(javax.servlet.ServletConfig servletConfig,
                 java.util.Properties properties)
          throws java.lang.Exception
Initializes the service using the servlet configuration and the service properties.

Parameters:
servletConfig - the servlet configuration
properties - the service properties
Throws:
java.lang.Exception - if the initialization fails

destroy

public void destroy()
             throws java.lang.Exception
Destroys the services. This method allows the service to cleanup any resources.

Throws:
java.lang.Exception - if the destruction fails

uPortal 2.4.1
API Documentation