Example usage for com.liferay.portal.kernel.portlet LiferayPortletSession LAYOUT_SEPARATOR

List of usage examples for com.liferay.portal.kernel.portlet LiferayPortletSession LAYOUT_SEPARATOR

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet LiferayPortletSession LAYOUT_SEPARATOR.

Prototype

String LAYOUT_SEPARATOR

To view the source code for com.liferay.portal.kernel.portlet LiferayPortletSession LAYOUT_SEPARATOR.

Click Source Link

Usage

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));
}