Package com.webmethods.caf.faces.portlet
Class PortletEnvironmentCheck
java.lang.Object
com.webmethods.caf.faces.portlet.PortletEnvironmentCheck
Quick check to determine if the 'CAF Portlet Controls' are being loaded in a portlet container.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns true if the running in a portlet environment.
-
Constructor Details
-
PortletEnvironmentCheck
public PortletEnvironmentCheck()
-
-
Method Details
-
isPortletEnvironment
public static boolean isPortletEnvironment()Returns true if the running in a portlet environment.- Returns:
- true or false.
-