Interface PortletContainerContext

All Known Implementing Classes:
PortletContainerContextImpl

public interface PortletContainerContext
Version:
$Revision: 630 $
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Attempt to start the portlet container.
    void
    Stop the portlet container.
  • Method Details

    • managedStart

      void managedStart()
      Attempt to start the portlet container.
    • managedStop

      void managedStop()
      Stop the portlet container.