Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.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 | Class and Description |
---|---|
class |
PortletSessionWrapper
The
PortletSessionWrapper provides a convenient
implementation of the PortletSession interface
that can be subclassed by developers. |
Modifier and Type | Field and Description |
---|---|
protected PortletSession |
PortletSessionWrapper.wrapped |
Modifier and Type | Method and Description |
---|---|
PortletSession |
PortletRequestWrapper.getPortletSession() |
PortletSession |
PortletRequestWrapper.getPortletSession(boolean create) |
PortletSession |
PortletSessionWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletSessionWrapper.setWrapped(PortletSession wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
PortletSessionWrapper(PortletSession wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.