com.novell.afw.portlet.consumer.factory
Class EboFactory
java.lang.Object
|
+--com.novell.afw.portlet.consumer.factory.EboFactory
- All Implemented Interfaces:
- Serializable
- public class EboFactory
- extends Object
- implements Serializable
This is the Portlet Consumer Container factory class that instantiates
EbiPortletConsumerConteiner and EbiPortletConsumerRegistry
objects.
- Since:
- v5.2
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EboFactory
public EboFactory()
getPortletConsumerContainer
public static EbiPortletConsumerContainer getPortletConsumerContainer(javax.portlet.PortletContext context)
throws EboFactoryException
- Gets a
EbiPortletConsumerContainer object from the factory.
A EbiPortletConsumerContainer object is scoped one per
portal application.
- Since:
- v5.2
getPortletConsumerContainer
public static EbiPortletConsumerContainer getPortletConsumerContainer(ServletContext context)
throws EboFactoryException
- Gets a
EbiPortletConsumerContainer object from the factory.
A EbiPortletConsumerContainer object is scoped one per
portal application.
- Since:
- v5.2
getPortletConsumerRegistry
public static EbiPortletConsumerRegistry getPortletConsumerRegistry(javax.portlet.PortletContext context)
throws EboFactoryException
- Gets a
EbiPortletConsumerRegistry object from the factory.
A EbiPortletConsumerRegistry object is scoped one per
portal application
- Since:
- v5.2
getPortletConsumerRegistry
public static EbiPortletConsumerRegistry getPortletConsumerRegistry(ServletContext context)
throws EboFactoryException
- Gets a
EbiPortletConsumerRegistry object from the factory.
A EbiPortletConsumerRegistry object is scoped one per
portal application
- Since:
- v5.2