Class PortalContextImpl

Object
com.liferay.portlet.internal.PortalContextImpl
All Implemented Interfaces:
jakarta.portlet.PortalContext

public class PortalContextImpl extends Object implements jakarta.portlet.PortalContext
Author:
Brian Wing Shun Chan
  • Field Details

    • portletModes

      public static List<jakarta.portlet.PortletMode> portletModes
    • properties

      public static Properties properties
    • windowStates

      public static List<jakarta.portlet.WindowState> windowStates
  • Constructor Details

    • PortalContextImpl

      public PortalContextImpl()
  • Method Details

    • isSupportedPortletMode

      public static boolean isSupportedPortletMode(jakarta.portlet.PortletMode portletMode)
    • isSupportedWindowState

      public static boolean isSupportedWindowState(jakarta.portlet.WindowState windowState)
    • getPortalInfo

      public String getPortalInfo()
      Specified by:
      getPortalInfo in interface jakarta.portlet.PortalContext
    • getProperty

      public String getProperty(String name)
      Specified by:
      getProperty in interface jakarta.portlet.PortalContext
    • getPropertyNames

      public Enumeration<String> getPropertyNames()
      Specified by:
      getPropertyNames in interface jakarta.portlet.PortalContext
    • getSupportedPortletModes

      public Enumeration<jakarta.portlet.PortletMode> getSupportedPortletModes()
      Specified by:
      getSupportedPortletModes in interface jakarta.portlet.PortalContext
    • getSupportedWindowStates

      public Enumeration<jakarta.portlet.WindowState> getSupportedWindowStates()
      Specified by:
      getSupportedWindowStates in interface jakarta.portlet.PortalContext