| java.lang.Object org.apache.pluto.core.ContainerInvocation
ContainerInvocation | public class ContainerInvocation (Code) | | Whenever possible,
use of this class should be avoided. It is intended for
use by objects which can NOT be instantiated and managed
by the container.
Provides static access to the currently executing container.
This is critical for instance of the PortletContext and PortletConfig
to be able to access container specific services.
since: 1.1 |
clearInvocation | public static void clearInvocation()(Code) | | |
getInvocation | public static ContainerInvocation getInvocation()(Code) | | Retrieve the container which is currently
executing.
the currently executing portlet container. |
setInvocation | public static void setInvocation(PortletContainer container, PortletWindow window)(Code) | | Set the container currently under execution.
Parameters: container - the container invoked Parameters: window - used in the invocation |
|
|