| Package | Description | 
|---|---|
| javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. | 
| javax.portlet.filter | The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| PortletSession | PortletRequest. getPortletSession()Returns the current portlet session or, if there is no current session,
 creates one and returns the new session. | 
| PortletSession | PortletRequest. getPortletSession(boolean create)Returns the current portlet session or, if there is no current session
 and the given flag is  true, creates one and returns
 the new session. | 
| Modifier and Type | Method and Description | 
|---|---|
| PortletSession | PortletRequestWrapper. getPortletSession()The default behavior of this method is to call 
  getPortletSession()on the wrapped request object. | 
| PortletSession | PortletRequestWrapper. getPortletSession(boolean create)The default behavior of this method is to call 
  getPortletSession(create)on the wrapped request object. | 
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.