Novell exteNd
Director 5.2 API

com.novell.afw.portal.proxy
Class EboProxyFactory

java.lang.Object
 |
 +--com.novell.afw.portal.proxy.EboProxyFactory
All Implemented Interfaces:
Serializable

public class EboProxyFactory
extends Object
implements Serializable

This is the Proxy factory class that instantiates EboPortletContainerProxy, EboPortletRegistryProxy, EboWSRPRegistryProxy, and EbiPortletContainer objects.

Since:
v5.0
See Also:
Serialized Form

Constructor Summary
EboProxyFactory()
           
 
Method Summary
static EbiPortletContainer getPortletContainer(ServletContext context, String containerType)
          Gets a Portlet Container object that manages a set of portlets from the associated portlet application.
static EboPortletContainerProxy getPortletContainerProxy(EbiPortalContext portalContext)
          Gets a Portlet Container Proxy object for a portal application.
static EboPortletContainerProxy getPortletContainerProxy(javax.portlet.PortletContext context)
          Gets a Portlet Container Proxy object for a portal application.
static EboPortletContainerProxy getPortletContainerProxy(ServletContext context)
          Gets a Portlet Container Proxy object for a portal application.
static EboPortletRegistryProxy getPortletRegistryProxy(EbiPortalContext portalContext)
          Gets a Portlet Registry Proxy object for a portal application.
static EboPortletRegistryProxy getPortletRegistryProxy(javax.portlet.PortletContext context)
          Gets a Portlet Registry Proxy object for a portal application.
static EboPortletRegistryProxy getPortletRegistryProxy(ServletContext context)
          Gets a Portlet Registry Proxy object for a portal application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EboProxyFactory

public EboProxyFactory()
Method Detail

getPortletContainerProxy

public static EboPortletContainerProxy getPortletContainerProxy(javax.portlet.PortletContext context)
                                                         throws EboFactoryException
Gets a Portlet Container Proxy object for a portal application.
Parameters:
context - a PortletContext object.
Returns:
a PortletContainerProxy object.
Since:
v5.0
See Also:
com.novell.afw.portal.proxy.PortletContainerProxy

getPortletContainerProxy

public static EboPortletContainerProxy getPortletContainerProxy(ServletContext context)
                                                         throws EboFactoryException
Gets a Portlet Container Proxy object for a portal application.
Parameters:
context - a ServletContext object.
Returns:
a PortletContainerProxy object.
Since:
v5.0
See Also:
com.novell.afw.portal.proxy.PortletContainerProxy

getPortletContainerProxy

public static EboPortletContainerProxy getPortletContainerProxy(EbiPortalContext portalContext)
                                                         throws EboFactoryException
Gets a Portlet Container Proxy object for a portal application.
Parameters:
portalContext - an EbiPortalContext object.
Returns:
a EboPortletContainerProxy object.
Since:
v5.0
See Also:
EboPortletContainerProxy

getPortletRegistryProxy

public static EboPortletRegistryProxy getPortletRegistryProxy(javax.portlet.PortletContext context)
                                                       throws EboFactoryException
Gets a Portlet Registry Proxy object for a portal application.
Parameters:
context - a ServletContext object.
Returns:
a EboPortletRegistryProxy object.
Since:
v5.0
See Also:
EboPortletRegistryProxy

getPortletRegistryProxy

public static EboPortletRegistryProxy getPortletRegistryProxy(ServletContext context)
                                                       throws EboFactoryException
Gets a Portlet Registry Proxy object for a portal application.
Parameters:
context - a ServletContext object.
Returns:
a EboPortletRegistryProxy object.
Since:
v5.0
See Also:
EboPortletRegistryProxy

getPortletRegistryProxy

public static EboPortletRegistryProxy getPortletRegistryProxy(EbiPortalContext portalContext)
                                                       throws EboFactoryException
Gets a Portlet Registry Proxy object for a portal application.
Parameters:
portalContext - an EbiPortalContext object.
Returns:
a EboPortletRegistryProxy object.
Since:
v5.0
See Also:
EboPortletRegistryProxy

getPortletContainer

public static EbiPortletContainer getPortletContainer(ServletContext context,
                                                      String containerType)
                                               throws EboFactoryException
Gets a Portlet Container object that manages a set of portlets from the associated portlet application.
Parameters:
containerType - a container type (specified in ProxyConstants.java)
context - a ServletContext object.
Returns:
a EbiPortletContainer object.
Since:
v5.0
See Also:
com.novell.afw.portal.proxy.EbiPortletConstants, EbiPortletContainer

Novell exteNd
Director 5.2 API