List of usage examples for com.liferay.portal.kernel.portlet LiferayPortletSession LAYOUT_SEPARATOR
String LAYOUT_SEPARATOR
To view the source code for com.liferay.portal.kernel.portlet LiferayPortletSession LAYOUT_SEPARATOR.
Click Source Link
From source file:com.liferay.portlet.PortletRequestImpl.java
License:Open Source License
public String getWindowID() { return _portletName.concat(LiferayPortletSession.LAYOUT_SEPARATOR).concat(String.valueOf(_plid)); }