org.apache.pluto
Class PortletContainerServices
java.lang.Object
org.apache.pluto.PortletContainerServices
public class PortletContainerServices
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentContainerService
private static java.lang.ThreadLocal currentContainerService
currentUniqueContainerName
private static java.lang.ThreadLocal currentUniqueContainerName
containerServices
private static java.util.HashMap containerServices
PortletContainerServices
public PortletContainerServices()
get
public static ContainerService get(java.lang.Class service)
getUniqueContainerName
public static java.lang.String getUniqueContainerName()
createReference
public static void createReference(java.lang.String uniqueContainerName,
PortletContainerEnvironment environment)
destroyReference
public static void destroyReference(java.lang.String uniqueContainerName)
prepare
public static void prepare(java.lang.String uniqueContainerName)
- This method needs to be called to prepare the portlet container
environment. This allows to have multiple container instances.
release
public static void release()
- Releases the current container services.