Class 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: 11180 $ $Date: 2009-12-04 18:13:02 -0200 (Fri, 04 Dec 2009) $
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortletRegistryContextFactoryImpl

        public PortletRegistryContextFactoryImpl()
    • Method Detail

      • getPortletRegistryContext

        public com.sun.portal.portletcontainer.context.registry.PortletRegistryContext getPortletRegistryContext()
                                                                                                          throws com.sun.portal.portletcontainer.context.registry.PortletRegistryException
        Specified by:
        getPortletRegistryContext in interface com.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 interface com.sun.portal.portletcontainer.context.registry.PortletRegistryContextFactory
        Throws:
        com.sun.portal.portletcontainer.context.registry.PortletRegistryException