net.sf.jportlet.service
Interface PortletServiceContext
- All Known Implementing Classes:
- PortletServiceContextImpl
- public interface PortletServiceContext
- Author:
- Herve Tchepannou
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.