net.sf.jportlet.impl
Class PortletServiceContextImpl

java.lang.Object
  |
  +--net.sf.jportlet.impl.PortletServiceContextImpl
All Implemented Interfaces:
PortletServiceContext

public class PortletServiceContextImpl
extends java.lang.Object
implements PortletServiceContext

Implementation of PortletServiceContext

Author:
Herve Tchepannou

Constructor Summary
PortletServiceContextImpl(net.sf.jportlet.portlet.application.PortletApplication application)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletServiceContextImpl

public PortletServiceContextImpl(net.sf.jportlet.portlet.application.PortletApplication application)
Method Detail

getPortletService

public net.sf.jportlet.service.PortletService getPortletService(java.lang.String name)
                                                         throws PortletServiceNotFoundException,
                                                                PortletServiceUnavailableException
Specified by:
getPortletService in interface PortletServiceContext
PortletServiceNotFoundException
PortletServiceUnavailableException
See Also:
PortletServiceContext.getPortletService(java.lang.String)

getPortletNames

public java.util.Enumeration getPortletNames()
Specified by:
getPortletNames in interface PortletServiceContext
See Also:
PortletServiceContext.getPortletNames()

getPortlet

public net.sf.jportlet.portlet.Portlet getPortlet(java.lang.String name)
                                           throws PortletException
Specified by:
getPortlet in interface PortletServiceContext
PortletException
See Also:
PortletServiceContext.getPortlet(java.lang.String)


Copyright © 2002 Herve Tchepannou. All Rights Reserved.