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 java.lang.Object implements com.sun.portal.portletcontainer.context.registry.PortletRegistryContextFactory
PortletRegistryContextFactory
implementation.- Since:
- 5.5.0
- Version:
- $Revision$ $Date$
-
-
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(java.lang.String portalId, java.lang.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(java.lang.String portalId, java.lang.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
-
-