|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pluto.PortletContainerFactory
public class PortletContainerFactory
Factory used to create new PortletContainer instances. The factor constructs the underlying pluto container implementation by using the the given container services.
| Method Summary | |
|---|---|
PortletContainer |
createContainer(java.lang.String containerName,
RequiredContainerServices requiredServices)
Create a container with the given containerName, initialized from the given servlet config, and using the given container services. |
PortletContainer |
createContainer(java.lang.String containerName,
RequiredContainerServices requiredServices,
OptionalContainerServices optionalServices)
|
static PortletContainerFactory |
getInstance()
Accessor method for the singleton instance of the PortletContainerFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PortletContainerFactory getInstance()
PortletContainerFactory.
public PortletContainer createContainer(java.lang.String containerName,
RequiredContainerServices requiredServices)
throws PortletContainerException
containerName - the name of the portlet container.requiredServices - the required portlet container services.
PortletContainerException
public PortletContainer createContainer(java.lang.String containerName,
RequiredContainerServices requiredServices,
OptionalContainerServices optionalServices)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||