net.sf.jportlet.service
Interface PortletServiceContext

All Known Implementing Classes:
PortletServiceContextImpl

public interface PortletServiceContext

Author:
Herve Tchepannou

Method Summary
 net.sf.jportlet.portlet.Portlet getPortlet(java.lang.String name)
           
 java.util.Enumeration getPortletNames()
           
 net.sf.jportlet.service.PortletService getPortletService(java.lang.String name)
           
 

Method Detail

getPortletService

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

getPortletNames

public java.util.Enumeration getPortletNames()

getPortlet

public net.sf.jportlet.portlet.Portlet getPortlet(java.lang.String name)
                                           throws PortletException
PortletException


Copyright © 2002 Herve Tchepannou. All Rights Reserved.