Example usage for com.liferay.portal.kernel.util SessionParamUtil getBoolean

List of usage examples for com.liferay.portal.kernel.util SessionParamUtil getBoolean

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util SessionParamUtil getBoolean.

Prototype

public static boolean getBoolean(PortletRequest portletRequest, String param) 

Source Link

Usage

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