Class PortletUtils

java.lang.Object
org.apache.myfaces.tobago.portlet.PortletUtils

public final class PortletUtils extends Object
Static utility class for portlet-related operations.
  • Method Details

    • isPortletApiAvailable

      public static boolean isPortletApiAvailable()
      The Portlet API is optional in the class path. We are only allowed to check instance of e. g. PortletRequest, if the API exists.
      Returns:
      Are the Portlet classes available?