Package lumis.service.wsrp.producer
Class PortletRegistryContextFactoryImpl
- java.lang.Object
-
- lumis.service.wsrp.producer.PortletRegistryContextFactoryImpl
-
- All Implemented Interfaces:
com.sun.portal.portletcontainer.context.registry.PortletRegistryContextFactory
public class PortletRegistryContextFactoryImpl extends Object implements com.sun.portal.portletcontainer.context.registry.PortletRegistryContextFactory
PortletRegistryContextFactory
implementation.- Since:
- 5.5.0
- Version:
- $Revision: 11180 $ $Date: 2009-12-04 18:13:02 -0200 (Fri, 04 Dec 2009) $
-
-
Constructor Summary
Constructors Constructor Description PortletRegistryContextFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.portal.portletcontainer.context.registry.PortletRegistryContext
getPortletRegistryContext()
com.sun.portal.portletcontainer.context.registry.PortletRegistryContext
getPortletRegistryContext(String portalId, String namespace)
-
-
-
Method Detail
-
getPortletRegistryContext
public com.sun.portal.portletcontainer.context.registry.PortletRegistryContext getPortletRegistryContext() throws com.sun.portal.portletcontainer.context.registry.PortletRegistryException
- Specified by:
getPortletRegistryContext
in interfacecom.sun.portal.portletcontainer.context.registry.PortletRegistryContextFactory
- Throws:
com.sun.portal.portletcontainer.context.registry.PortletRegistryException
-
getPortletRegistryContext
public com.sun.portal.portletcontainer.context.registry.PortletRegistryContext getPortletRegistryContext(String portalId, String namespace) throws com.sun.portal.portletcontainer.context.registry.PortletRegistryException
- Specified by:
getPortletRegistryContext
in interfacecom.sun.portal.portletcontainer.context.registry.PortletRegistryContextFactory
- Throws:
com.sun.portal.portletcontainer.context.registry.PortletRegistryException
-
-