List of usage examples for com.liferay.portal.kernel.util SessionParamUtil getBoolean
public static boolean getBoolean(PortletRequest portletRequest, String param)
From source file:com.liferay.dynamic.data.lists.form.web.internal.display.context.DDLFormDisplayContext.java
License:Open Source License
protected boolean isFormShared() { return SessionParamUtil.getBoolean(_renderRequest, "shared"); }