List of usage examples for com.liferay.portal.ccpp PortalProfileFactory getCCPPProfile
public static Profile getCCPPProfile(HttpServletRequest httpServletRequest)
From source file:com.liferay.portlet.PortletRequestImpl.java
License:Open Source License
public Profile getCCPPProfile() { if (_profile == null) { _profile = PortalProfileFactory.getCCPPProfile(_request); } return _profile; }