Class DriverPortletRegistryContextFactory
- java.lang.Object
-
- com.sun.portal.portletcontainer.context.registry.DriverPortletRegistryContextFactory
-
- All Implemented Interfaces:
PortletRegistryContextFactory
public class DriverPortletRegistryContextFactory extends Object implements PortletRegistryContextFactory
DriverPortletRegistryContextFactory provides the implementation of the abstract methods of PortletRegistryContextFactory.
-
-
Constructor Summary
Constructors Constructor Description DriverPortletRegistryContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortletRegistryContext
getPortletRegistryContext()
Returns a new instance of the Portlet RegistryPortletRegistryContext
getPortletRegistryContext(String context)
PortletRegistryContext
getPortletRegistryContext(String portalId, String namespace)
-
-
-
Method Detail
-
getPortletRegistryContext
public PortletRegistryContext getPortletRegistryContext() throws PortletRegistryException
Returns a new instance of the Portlet Registry- Specified by:
getPortletRegistryContext
in interfacePortletRegistryContextFactory
- Throws:
PortletRegistryException
-
getPortletRegistryContext
public PortletRegistryContext getPortletRegistryContext(String context) throws PortletRegistryException
- Specified by:
getPortletRegistryContext
in interfacePortletRegistryContextFactory
- Throws:
PortletRegistryException
-
getPortletRegistryContext
public PortletRegistryContext getPortletRegistryContext(String portalId, String namespace) throws PortletRegistryException
- Specified by:
getPortletRegistryContext
in interfacePortletRegistryContextFactory
- Throws:
PortletRegistryException
-
-