Class PortletUtils
java.lang.Object
org.apache.myfaces.tobago.portlet.PortletUtils
Static utility class for portlet-related operations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
The Portlet API is optional in the class path.
-
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?
-