net.sf.jportlet.service
Interface PortletServiceFactory

All Known Implementing Classes:
PortletServiceFactoryImpl

public interface PortletServiceFactory

Factory of PortletServices

Author:
Herve Tchepannou

Method Summary
 net.sf.jportlet.service.PortletService getPortletService(java.lang.String name)
          Return a PortletService by its name
 

Method Detail

getPortletService

public net.sf.jportlet.service.PortletService getPortletService(java.lang.String name)
                                                         throws PortletServiceNotFoundException,
                                                                PortletServiceUnavailableException
Return a PortletService by its name

Parameters:
name - name of the service
Returns:
Service requested
Throws:
PortletServiceNotFoundException - if the service not found
PortletServiceUnavailableException - if the service is not available


Copyright © 2002 Herve Tchepannou. All Rights Reserved.