Interface PortletContainerContext

All Known Implementing Classes:
PortletContainerContextImpl

public interface PortletContainerContext
  • 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.