Example usage for com.liferay.portal.kernel.servlet HttpSessionWrapper subclass-usage

List of usage examples for com.liferay.portal.kernel.servlet HttpSessionWrapper subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.servlet HttpSessionWrapper subclass-usage.

Usage

From source file com.liferay.httpservice.internal.servlet.BundleSession.java

/**
 * @author Raymond Aug
 * @author Miguel Pastor
 */
public class BundleSession extends HttpSessionWrapper {

From source file com.liferay.portlet.PortletServletSession.java

/**
 * @author Brian Wing Shun Chan
 */
public class PortletServletSession extends HttpSessionWrapper {

    public PortletServletSession(HttpSession session, PortletRequestImpl portletRequestImpl) {